list_task_attachments — Mundane MCP Tool Read-only
list_task_attachments
(list task attachments) is one of 22 tools on the
Mundane
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_task_attachments from your client
- Claude Code Mundane list_task_attachments run in your project directory
- Claude Desktop Mundane list_task_attachments ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Mundane list_task_attachments ~/.cursor/mcp.json
- VS Code Mundane list_task_attachments .vscode/mcp.json
- Zed Mundane list_task_attachments ~/.config/zed/settings.json
- Windsurf Mundane list_task_attachments ~/.codeium/windsurf/mcp_config.json
- Cline Mundane list_task_attachments ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Mundane list_task_attachments ~/.gemini/settings.json
- Grok Mundane list_task_attachments .mcp.json (in your project root)
- ChatGPT Mundane list_task_attachments Settings → Connectors → Advanced → Developer mode
- Claude.ai Mundane list_task_attachments Settings → Connectors → Add custom connector
- LangChain Mundane list_task_attachments pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mundane https://api.mundane.market/mcp
Other tools on this server
- get_version_info
- list_capabilities
- get_spend_status
- topup_wallet
- submit_experience_feedback
- post_task
- get_worker_location
- search_workers
- get_worker
- make_offer
- attach_task_file
- send_chat_message
- get_task_chat
- get_task_status
- await_task_update
- list_task_events
- get_task_proof
- update_task
- cancel_task
- submit_completion_review
- submit_rating
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.