get_tool_schema — gateway MCP Tool Read-only
get_tool_schema
(get tool schema) is one of 57 tools on the
gateway
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_tool_schema from your client
- Claude Code gateway get_tool_schema run in your project directory
- Claude Desktop gateway get_tool_schema ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor gateway get_tool_schema ~/.cursor/mcp.json
- VS Code gateway get_tool_schema .vscode/mcp.json
- Zed gateway get_tool_schema ~/.config/zed/settings.json
- Windsurf gateway get_tool_schema ~/.codeium/windsurf/mcp_config.json
- Cline gateway get_tool_schema ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI gateway get_tool_schema ~/.gemini/settings.json
- Grok gateway get_tool_schema .mcp.json (in your project root)
- ChatGPT gateway get_tool_schema Settings → Connectors → Advanced → Developer mode
- Claude.ai gateway get_tool_schema Settings → Connectors → Add custom connector
- LangChain gateway get_tool_schema pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http gateway https://agent.wingmanprotocol.com/mcp
Other tools on this server
- discover_tools
- register_agent
- store_artifact
- submit_errand
- check_errand
- create_watch
- list_watches
- cancel_watch
- check_inbox
- read_message
- send_message
- mark_message
- archive_message
- resume
- identity
- confirm_delivery
- set_focus
- resolve_focus
- request_handoff
- store_memory
- list_memory
- read_memory_changes
- summarize_memory
- search_memory
- search
- search_memory_facts
- recall_memories
- memory_stats
- share_memory
- forget_memories
- web_read
- browse
- web_discover
- web_search
- research
- browse_open
- browse_navigate
- browse_snapshot
- browse_read
- browse_click
- browse_type
- browse_fill
- browse_select
- browse_links
- browse_screenshot
- browse_solve_challenge
- browse_close
- browse_wait_for
- browse_extract
- browse_back
- browse_discover
- browse_evaluate
- human_browse
- human_profile_set
- human_task_post
- human_task_list
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.