agent.detail
01Agent
Retrieves an agent’s details including its nickname, description, and associated task. Use agent.update to modify, or task.list with scope=agentsubtask to view this agent’s subtasks.
5 4mo ago A 0 tokens
original MIT
MCP server providing Claude Code with full programmatic control over Manus.im via the official Manus API v2. Implements all 30 documented endpoints, 3 composite tools for common scenarios, and a local webhook receiver with RSA-SHA256 verification.
Agent
Retrieves an agent’s details including its nickname, description, and associated task. Use agent.update to modify, or task.list with scope=agentsubtask to view this agent’s subtasks.
Agent
Talk to an agent: Use task.sendMessage with the agent’s taskid to send messages to an agent’s main task. See the Agents guide.
Agent
Updates an agent’s nickname and description. Use agent.detail to view current values before updating.