AutEng MCP - Markdown Publishing & Document Share Links
AM
AutEng MCP - Markdown Publishing & Document Share Links
/auteng_docs_list

auteng docs list

List documents in the agent's workspace. Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details. Args: wallet_address: 0x... che

liveverifiedunknown~5s typical
mcpprobedautengmcp-
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-auteng-docs /auteng_docs_list for me.

Input

FieldTypeDescription
wallet_address*string
wallet_signature*string
wallet_timestamp*string
wallet_nonce*string
agent_display_name*string
prefixstring

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-auteng-docs","endpoint":"/auteng_docs_list","input":{"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"..."}}'
cli
npx cracked-ai run -p mcp-ai-auteng-docs -e /auteng_docs_list -i '{"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"..."}'
mcp
run_tool({ provider: "mcp-ai-auteng-docs", endpoint: "/auteng_docs_list", input: {"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.