SKILL.md
$27
Get the schema of the specified tool
npx -y mcporter list 'open.larksuite.com/mcp/stream/' --json | jq '.tools[] | select(.name == "<tool_name>")'
## Call specified tool
npx -y mcporter call 'open.larksuite.com/mcp/stream/<token>.<tool_name>' param1:"value1" foo:"bar"