JustFix Estimator
Server Details
Quote UK trades jobs from any AI agent. Price breakdown + tappable booking link.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Just-Fix/justfix-skill
- GitHub Stars
- 0
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 3.7/5 across 3 of 3 tools scored. Lowest: 2.5/5.
The tools have distinct purposes: call_out_fee retrieves a fee, list_services retrieves available services, and service-estimate-card generates an estimate summary card. However, service-estimate-card is somewhat vague and could be confused with a general output tool, but it doesn't overlap with the other two.
Tool names use mixed conventions: call_out_fee and list_services are snake_case, while service-estimate-card uses hyphens. Additionally, list_services follows a verb_noun pattern, but the other two are noun phrases, making the naming inconsistent.
With 3 tools, the server is minimal but reasonably scoped for an estimator that provides fee and service info. It is slightly thin but not unreasonable for a focused purpose.
The server covers fee lookup, service listing, and estimate card generation, but lacks tools for creating bookings or detailed estimate calculations. There are potential gaps in the workflow, though the core informational needs are addressed.
Available Tools
3 toolscall_out_feeCall Out FeeARead-onlyInspect
Get the call-out fee that applies to bookings. Use when the customer asks about the call-out fee, booking fee, or upfront cost for a booking.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds the context that it applies to bookings, but does not disclose additional behavior such as return format or variability. It meets the minimum for adding value beyond annotations.
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?
The description is a single, front-loaded sentence with no wasted words. It states the core function first, then the usage scenario, achieving maximum clarity in minimal space.
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 the tool's simplicity (0 params, no output schema) and existing annotations, the description is largely complete. It explains what and when, but could slightly improve by explicitly noting that the return value is the fee amount (though implied).
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?
The tool has 0 parameters, so the baseline is 4. The description correctly avoids parameter details since there are none, and the schema is empty. No additional parameter semantics needed.
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 uses a specific verb 'Get' and a clear resource 'call-out fee' that applies to bookings. It distinguishes from sibling tools (list_services, service-estimate-card) by specifying the exact query context.
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 states when to use: 'when the customer asks about the call-out fee, booking fee, or upfront cost for a booking'. It provides clear context but does not mention alternative tools or exclusion criteria, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_servicesList ServicesARead-onlyInspect
Get a list of all services we provide. Use when the customer asks what services are available, what you can book, or similar.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, aligning with the read-only 'Get a list' operation. The description adds scope (all services) but does not mention return format or pagination; acceptable for a zero-param tool but no extra behavioral depth.
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 short sentences, front-loaded with the primary action and followed by usage guidance. Every word earns its place with no redundancy.
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 zero-parameter, no-output-schema tool with safety annotations, the description is complete. It covers purpose and usage clearly, leaving no critical gaps for the agent to invoke it correctly.
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?
The input schema has no properties, so parameter documentation is not needed. Baseline for zero parameters is 4, and the description does not require additional parameter clarification.
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 'Get a list of all services we provide' with a specific verb and resource. It differentiates from sibling tools like call_out_fee and service-estimate-card by focusing on the service listing itself.
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?
Provides explicit usage context: 'Use when the customer asks what services are available, what you can book, or similar.' It lacks when-not or alternative comparisons, but the trigger scenarios are clearly identified.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
service-estimate-cardCInspect
Service estimate summary card with external action link.
| Name | Required | Description | Default |
|---|---|---|---|
| estimate | No | The time, in hours, estimated to complete the job. | |
| work_items | No | Optional list of tasks/scope items for the job. | |
| service_code | Yes | The slug of the service to create a service estimate card for. Use a code from list_services (e.g. electrical, plumbing, heating_and_gas). | |
| booking_description | Yes | A description of the work to be completed. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations are uninformative (all false), so the description carries the burden of explaining behavior. It fails to disclose side effects, return values, or the nature of the 'external action link'. There is no contradiction, but the description adds no meaningful behavioral context.
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?
The description is a single short sentence, making it concise. However, it is so under-specified that it sacrifices clarity, providing only a vague noun phrase rather than an actionable definition. It is concise but not effectively informative.
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?
With no output schema and a minimal description, the tool's behavior and return structure are completely unexplained. The agent cannot infer what the tool will produce, what the 'external action link' refers to, or how to handle the result. The description is inadequate for the tool's complexity.
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?
The input schema has 100% description coverage for all four parameters, so the schema already documents their meaning. The description adds no additional parameter semantics, but that baseline is sufficient given the high schema coverage.
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 identifies the resource as a 'service estimate summary card' and mentions an 'external action link', giving a general sense of the tool's output. However, it lacks a clear action verb (e.g., 'creates', 'displays', 'returns') and does not differentiate it from sibling tools beyond a generic card representation.
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?
No guidance is provided on when to use this tool versus list_services or call_out_fee. There are no trigger conditions, prerequisites, or exclusions mentioned, leaving the agent without direction on tool selection.
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!
Related MCP Servers
- Flicense-qualityBmaintenanceHome Services MCP by HireNimbus lets AI agents find, compare, and book verified local pros for handyman, renovation, HVAC, plumbing, electrical, and landscaping jobs in supported US metro markets.

AutoRev MCP Serverofficial
Alicense-qualityCmaintenanceEnables AI clients to manage field service operations through natural language, including call handling, job dispatch, estimates, invoicing, and reporting via the AutoRev platform.MIT- Flicense-qualityBmaintenanceEnables AI agents to interact with Simpro accounts, allowing natural language queries and updates to quotes, jobs, customers, and other data through the full Simpro API.1
- AlicenseAqualityBmaintenanceAgentic AI scheduling infrastructure for field service teams. Match crews to jobs by location, skills, and availability — with sub-3-second cascade rescheduling.4355MIT