MCP Help
mcp.helpRetrieve detailed help for any MCP tool action or list available help actions under a target, using the same schema that powers tools/list.
Instructions
get - Return the full schema-owned help page for one action. mcp.help(action=get, payload={"target":"mcp.tool.collection","action":"insert"}) list - List schema-owned help actions, optionally under one target. mcp.help(action=list, payload={"target":"mcp.tool.collection"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Help operation to perform. | |
| payload | Yes | Help request payload. Use target/action to fetch one action page. |