get_graph_template_schemas — RationalBloks MCP Tool Read-only
get_graph_template_schemas
(get graph template schemas) is one of 50 tools on the
RationalBloks
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_graph_template_schemas from your client
- Claude Code RationalBloks get_graph_template_schemas run in your project directory
- Claude Desktop RationalBloks get_graph_template_schemas ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor RationalBloks get_graph_template_schemas ~/.cursor/mcp.json
- VS Code RationalBloks get_graph_template_schemas .vscode/mcp.json
- Zed RationalBloks get_graph_template_schemas ~/.config/zed/settings.json
- Windsurf RationalBloks get_graph_template_schemas ~/.codeium/windsurf/mcp_config.json
- Cline RationalBloks get_graph_template_schemas ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI RationalBloks get_graph_template_schemas ~/.gemini/settings.json
- Grok RationalBloks get_graph_template_schemas .mcp.json (in your project root)
- ChatGPT RationalBloks get_graph_template_schemas Settings → Connectors → Advanced → Developer mode
- Claude.ai RationalBloks get_graph_template_schemas Settings → Connectors → Add custom connector
- LangChain RationalBloks get_graph_template_schemas pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http rationalbloks-mcp https://mcp.rationalbloks.com/mcp
Other tools on this server
- list_projects
- get_project
- get_schema
- get_user_info
- list_clusters
- get_job_status
- list_project_jobs
- get_project_info
- get_version_history
- get_template_schemas
- get_schema_reference
- get_subscription_status
- get_project_usage
- get_project_storage_usage
- list_project_files
- get_schema_at_version
- create_project
- update_schema
- patch_schema
- deploy_staging
- deploy_production
- delete_project
- rollback_project
- rename_project
- get_graph_schema
- get_graph_version_history
- get_graph_schema_at_version
- get_graph_project_info
- create_graph_project
- update_graph_schema
- deploy_graph_staging
- deploy_graph_production
- delete_graph_project
- rollback_graph_project
- create_graph_node
- get_graph_node
- list_graph_nodes
- update_graph_node
- delete_graph_node
- create_graph_relationship
- get_node_relationships
- delete_graph_relationship
- bulk_create_graph_nodes
- bulk_create_graph_relationships
- search_graph_nodes
- fulltext_search_graph
- traverse_graph
- get_graph_statistics
- get_graph_data_schema
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.