remodeleriq
Server Details
Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 3 of 3 tools scored.
Each tool targets a distinct task: analyzing a specific bid, getting general cost estimates, and retrieving labor rates. No overlap in purpose.
All tool names follow a consistent verb_noun pattern: analyze_bid, get_cost_estimate, get_labor_rates.
Three tools cover the core needs for remodeling cost assessment without being too few or excessive for the domain.
Covers bid analysis, project cost estimation, and labor rates. A minor gap might be material cost estimation or contractor verification, but the surface is sufficient for primary homeowner queries.
Available Tools
3 toolsanalyze_bidARead-onlyIdempotentInspect
Analyze a home-remodeling contractor's bid/estimate for fairness and risk. Returns a 0-100 confidence score, red flags (deposit traps, vague scope, missing items, payment terms), a plain-English summary, and negotiation talk tracks. Use when a homeowner asks 'is this contractor quote fair?' or shares a remodeling estimate.
| Name | Required | Description | Default |
|---|---|---|---|
| bid_text | Yes | The full text of the contractor's bid/estimate (line items, terms, scope). | |
| bid_total | No | The total dollar amount of the bid, if known. | |
| state_code | No | Two-letter US state code (e.g. 'TX', 'GA') for localized labor/legal context. Defaults to GA. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds value by detailing exactly what the tool returns (confidence score, red flags, plain-English summary, negotiation talk tracks), beyond the annotations. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences: the first states purpose and outputs, the second lists return components, the third specifies when to use. No unnecessary words, front-loaded with key information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description fully explains what is returned (confidence score, red flags, summary, talk tracks). All three parameters are described, and the use case is clear. The tool is self-contained and well-documented for an AI agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds meaningful context for bid_total ('if known') and state_code ('for localized labor/legal context, defaults to GA'), going beyond basic schema descriptions. This helps the agent understand optionality and default behavior.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'analyze', the resource 'home-remodeling contractor's bid/estimate', and the specific purpose: fairness and risk assessment. It lists concrete outputs (confidence score, red flags, summary, talk tracks). This clearly distinguishes it from sibling tools like get_cost_estimate and get_labor_rates.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly signals when to use: 'when a homeowner asks 'is this contractor quote fair?' or shares a remodeling estimate.' This provides clear context. It does not explicitly discuss when not to use or alternatives, but the use case is well-defined.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_cost_estimateARead-onlyIdempotentInspect
Get a 2026 market cost range for a home-remodeling project in a US state/city, backed by Zonda Cost vs. Value benchmarks with regional adjustment. Use when a homeowner asks 'how much does a [kitchen/bathroom/roof/etc.] remodel cost in [place]?'
| Name | Required | Description | Default |
|---|---|---|---|
| city_key | No | Optional city slug (e.g. 'atlanta-ga') for city-level precision. | |
| state_code | Yes | Two-letter US state code (e.g. 'CA', 'TX'). | |
| project_type | Yes | Project type, e.g. 'kitchen-remodel', 'bathroom-remodel', 'roofing', 'siding', 'deck', 'addition', 'basement'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and idempotent behavior. The description adds value by specifying the data source (Zonda benchmarks) and regional adjustment, beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences: the first defines the tool's output and data source, the second gives a concrete usage example. Every word contributes meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description explains the return value (2026 market cost range) and mentions regional adjustment. Missing details: exact format (e.g., low-high) and fallback when city is omitted. Still fairly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with adequate descriptions. The description does not add new parameter-specific details, but it frames the parameters in the context of remodeling cost estimation, which is baseline acceptable.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: getting a 2026 market cost range for a home-remodeling project in a US state/city, backed by Zonda benchmarks. It distinguishes from siblings by focusing on cost estimation vs. bid analysis or labor rates.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells when to use the tool: when a homeowner asks about remodel costs for specific project types and locations. It does not say when not to use, but the sibling names imply alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_labor_ratesARead-onlyIdempotentInspect
Get 2026 burdened construction trade labor rates ($/hour) for a US state, derived from BLS wage data. Returns rates by trade (carpenter, plumber, electrician, painter, etc.). Use when a homeowner asks what trade labor should cost or whether a bid's labor line is fair.
| Name | Required | Description | Default |
|---|---|---|---|
| trade | No | Optional specific trade to filter to (e.g. 'plumber', 'electrician', 'carpenter'). | |
| state_code | Yes | Two-letter US state code (e.g. 'TX', 'NY'). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds that data is derived from BLS wage data and returns rates by trade, providing context beyond what annotations offer. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no fluff. First sentence defines the tool's core function, second gives a precise usage scenario. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only lookup tool with 2 parameters and no output schema, the description provides sufficient context: data source, year, unit, trade examples, and when to use. Complements annotations and parameter descriptions well.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% with both parameters described. The description adds that 'trade' is an optional filter with examples and clarifies that state_code is a two-letter code. It also implies filtering behavior by mentioning 'Returns rates by trade', adding value over schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'burdened construction trade labor rates' for a US state, specifying year, unit, data source, and examples. It differentiates from siblings 'analyze_bid' and 'get_cost_estimate' by focusing on labor rates and provides a specific use case.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use: 'Use when a homeowner asks what trade labor should cost or whether a bid's labor line is fair.' While it does not explicitly state when not to use, the clear use case and naming of siblings provide adequate guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!