list_diagram_proposals — Flowboard MCP Tool Read-only
list_diagram_proposals
(list diagram proposals) is one of 23 tools on the
Flowboard
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_diagram_proposals from your client
- Claude Code Flowboard list_diagram_proposals run in your project directory
- Claude Desktop Flowboard list_diagram_proposals ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Flowboard list_diagram_proposals ~/.cursor/mcp.json
- VS Code Flowboard list_diagram_proposals .vscode/mcp.json
- Zed Flowboard list_diagram_proposals ~/.config/zed/settings.json
- Windsurf Flowboard list_diagram_proposals ~/.codeium/windsurf/mcp_config.json
- Cline Flowboard list_diagram_proposals ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Flowboard list_diagram_proposals ~/.gemini/settings.json
- Grok Flowboard list_diagram_proposals .mcp.json (in your project root)
- ChatGPT Flowboard list_diagram_proposals Settings → Connectors → Advanced → Developer mode
- Claude.ai Flowboard list_diagram_proposals Settings → Connectors → Add custom connector
- LangChain Flowboard list_diagram_proposals pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http flowboard https://flowboard.studio/mcp
Other tools on this server
- list_diagram_revisions
- get_diagram_revision
- restore_diagram_revision
- list_shapes
- create_diagram
- list_diagrams
- get_diagram
- update_diagram
- patch_diagram
- propose_diagram_changes
- decide_diagram_proposal
- validate_diagram
- delete_diagram
- list_agent_errors
- submit_agent_feedback
- list_agent_feedback
- get_architecture_decision
- search_architecture_decisions
- get_architecture_model
- update_architecture_model
- list_architecture_revisions
- get_architecture_revision
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.