get_next_estimate_question — mcp MCP Tool Read-only
get_next_estimate_question
(get next estimate question) is one of 33 tools on the
mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_next_estimate_question from your client
- Claude Code mcp get_next_estimate_question run in your project directory
- Claude Desktop mcp get_next_estimate_question ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mcp get_next_estimate_question ~/.cursor/mcp.json
- VS Code mcp get_next_estimate_question .vscode/mcp.json
- Zed mcp get_next_estimate_question ~/.config/zed/settings.json
- Windsurf mcp get_next_estimate_question ~/.codeium/windsurf/mcp_config.json
- Cline mcp get_next_estimate_question ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mcp get_next_estimate_question ~/.gemini/settings.json
- Grok mcp get_next_estimate_question .mcp.json (in your project root)
- ChatGPT mcp get_next_estimate_question Settings → Connectors → Advanced → Developer mode
- Claude.ai mcp get_next_estimate_question Settings → Connectors → Add custom connector
- LangChain mcp get_next_estimate_question pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://app.precision-concretecoating.com/api/public/mcp
Other tools on this server
- get_company_information
- get_business_status
- get_service_areas
- get_faq
- get_pricing
- get_warranty
- get_maintenance_care
- get_business_operations
- search_knowledge
- get_knowledge_relationships
- explain_knowledge_reasoning
- describe_platform
- get_public_entities
- get_public_entity
- search_public_entities
- get_entity_relationships
- get_standards
- get_standard
- search_standards
- get_record_standards
- get_standard_relationships
- get_estimate_intake_requirements
- create_estimate_request
- update_estimate_request
- get_estimate_request_status
- submit_estimate_for_review
- request_estimate_appointment
- confirm_estimate_appointment
- request_appointment_reschedule
- cancel_estimate_appointment
- attach_estimate_photos
- analyze_estimate_photos
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.