mcporter_help
Inspect MCP servers: list tools by server name, view parameter formats for a specific tool, or get raw definitions with health status. Start with no args for usage guide.
Instructions
探索 MCP 服务器的工具和参数。
渐进式查询(推荐):
无参数:返回使用指南
server="xxx":返回该服务器的工具列表(名称+描述)
server="xxx", tool="yyy":返回参数格式(类型/必填/默认值)
完整技术定义(需要原始 JSON):
server="xxx", raw=true:返回完整工具定义和健康状态
示例: mcporter_help(server="xiaohongshu") # 看工具有哪些 mcporter_help(server="xiaohongshu", tool="search_feeds") # 看参数格式 mcporter_help(server="xiaohongshu", raw=true) # 看原始定义
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| tool | No | ||
| server | No | ||
| timeout_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||