read_chat_request_tool_calls — branchly MCP Tool Read-only
read_chat_request_tool_calls
(read chat request tool calls) is one of 37 tools on the
branchly
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call read_chat_request_tool_calls from your client
- Claude Code branchly read_chat_request_tool_calls run in your project directory
- Claude Desktop branchly read_chat_request_tool_calls ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor branchly read_chat_request_tool_calls ~/.cursor/mcp.json
- VS Code branchly read_chat_request_tool_calls .vscode/mcp.json
- Zed branchly read_chat_request_tool_calls ~/.config/zed/settings.json
- Windsurf branchly read_chat_request_tool_calls ~/.codeium/windsurf/mcp_config.json
- Cline branchly read_chat_request_tool_calls ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI branchly read_chat_request_tool_calls ~/.gemini/settings.json
- Grok branchly read_chat_request_tool_calls .mcp.json (in your project root)
- ChatGPT branchly read_chat_request_tool_calls Settings → Connectors → Advanced → Developer mode
- Claude.ai branchly read_chat_request_tool_calls Settings → Connectors → Add custom connector
- LangChain branchly read_chat_request_tool_calls pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http branchly https://api.branchly.io/mcp
Other tools on this server
- get_application
- list_nodes
- create_node
- read_node
- update_node
- list_data_sources
- create_data_source
- update_data_source
- run_data_source
- read_data_source_runs
- list_prompts
- create_prompt
- update_prompt
- list_tools
- read_tool
- create_tool
- update_tool
- read_sessions
- read_session_detail
- get_active_sessions_over_time
- get_top_locales
- get_top_languages
- get_top_devices
- get_top_geographies
- get_sentiment_distribution
- get_top_cited_sources
- get_top_clicked_urls
- get_top_interaction_sources
- get_top_searches
- get_top_tags
- get_answer_type_distribution
- get_trending_classifications
- read_chat_request_documents
- read_search_request_results
- get_active_sessions_by_embed
- update_chat_request_analytics
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.