FitMySoft — Field Service Software Prices
Server Details
Verified pricing for Jobber, Housecall Pro, Workiz & more, with per-user fees quoted verbatim.
- 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.3/5 across 2 of 2 tools scored.
The two tools have distinct purposes: one filters vendors by team size and budget to return cheapest options, while the other provides detailed pricing for specific software. However, an agent might occasionally be unsure which to use for a pricing question, as both return pricing information.
Both tools follow a consistent verb_noun pattern: compare_field_service_software and get_field_service_software_pricing. The shared prefix 'field_service_software' reinforces the domain and makes the naming predictable.
With only two tools, the server feels somewhat thin. While the narrow purpose of providing field service software pricing could justify this, it is borderline and could benefit from an additional tool (e.g., to compare specific plans side-by-side or retrieve vendor details).
The domain of pricing is well covered: users can retrieve full pricing details for any vendor and also get comparative recommendations based on constraints. Minor gaps exist, such as not being able to filter by specific features beyond budget and team size, but core pricing queries are supported.
Available Tools
2 toolscompare_field_service_softwareCompare field service software by team sizeARead-onlyIdempotentInspect
Compare field service software by team size and budget. Returns the cheapest verified plan from each vendor that fits the given number of users, with per-user fees quoted verbatim where vendors publish them. Use when a home-service business (cleaning, HVAC, plumbing, lawn care) asks which software fits a team of N or a monthly budget.
| Name | Required | Description | Default |
|---|---|---|---|
| teamSize | No | Number of users/technicians who need access | |
| maxMonthlyBudget | No | Maximum monthly budget in USD |
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 meaningful behavioral details: it returns the 'cheapest verified plan from each vendor' and quotes per-user fees 'verbatim where vendors publish them,' which goes beyond the annotation baseline.
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 concise two-sentence structure. The first sentence front-loads the purpose and key output detail, and the second adds the trigger scenario. Every word contributes meaning 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?
Given the tool's moderate complexity (comparison across vendors) and no output schema, the description sufficiently explains the return behavior and usage context. It lacks details on edge cases like no matching plan or budget constraints, but overall it is complete enough for an agent to select and invoke the tool 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?
Schema coverage is 100%, so the parameters are already well-documented. The description reinforces 'team size and budget' and mentions 'number of users' and 'monthly budget,' but does not add new semantic details like units, constraints, or edge-case behavior beyond what the schema provides.
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 'Compare' and the resource 'field service software' with specific criteria 'by team size and budget.' It also distinguishes itself from the sibling tool by emphasizing the comparative, plan-selection nature rather than just pricing retrieval.
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 says 'Use when a home-service business ... asks which software fits a team of N or a monthly budget,' giving clear context. It does not explicitly mention when not to use it or name the sibling tool as an alternative, 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_field_service_software_pricingField service software pricing lookupARead-onlyIdempotentInspect
Get current, human-verified pricing for field service management software (Jobber, Housecall Pro, Workiz, ZenMaid, ServiceTitan, Service Fusion, FieldPulse): every plan with monthly and annual price, users included, per-user fees quoted verbatim, and trials. Use when someone asks what Jobber or similar software costs, for cleaning, HVAC, plumbing or other home-service businesses.
| Name | Required | Description | Default |
|---|---|---|---|
| software | Yes | Software name, e.g. "Jobber", "Housecall Pro", "ZenMaid" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already indicate readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the description is not responsible for stating safety. It adds useful behavioral context by saying pricing is 'current, human-verified' and that per-user fees are 'quoted verbatim,' which informs the agent about data quality and return format. It does not mention any limitations or edge cases (e.g., unsupported software names), but the annotation coverage lowers the bar.
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, dense sentence that front-loads the core action ('Get current, human-verified pricing') and then lists the software types and return details. It is informationally rich without being verbose. The sentence is slightly long but well-structured, earning a 4 rather than a 5.
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 has only one parameter, no output schema, and rich annotations, the description needs to convey the return contents. It does so effectively by listing what the response includes: 'every plan with monthly and annual price, users included, per-user fees quoted verbatim, and trials.' It also names the valid software inputs. The only missing piece is behavior for unsupported inputs, but that is minor given the low 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 schema only describes 'software' as 'Software name' with generic examples, so the tool-level description adds significant value by enumerating the accepted software names (Jobber, Housecall Pro, Workiz, ZenMaid, ServiceTitan, Service Fusion, FieldPulse). This helps the agent select valid inputs and avoid unsupported names. Since schema coverage is 100% and the description supplements with concrete examples, a score of 4 is appropriate.
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 gets current, human-verified pricing for field service management software, naming specific products and the details returned (plans, prices, users, fees, trials). It uses a specific verb ('Get') and resource ('pricing for field service management software'), and the scope is well-defined. The tool is implicitly distinguished from the sibling 'compare_field_service_software' by focusing on a single software's pricing rather than comparison.
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 provides explicit guidance: 'Use when someone asks what Jobber or similar software costs, for cleaning, HVAC, plumbing or other home-service businesses.' This clearly identifies the intended use case and industry context. However, it does not explicitly mention the sibling comparison tool or state when not to use this tool, which prevents a perfect score.
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-qualityDmaintenanceProvides access to 50+ battle-tested home service business strategies for pricing, marketing, sales, operations, and hiring.
- Flicense-qualityBmaintenanceProvides verified pricing data for SaaS, AI tools, and LLMs across 490+ tools. No API key required, returns sourced records with attribution links.2
- 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.
- AlicenseBqualityBmaintenanceConnects AI assistants to Housecall Pro to look up and manage customers, jobs, invoices, and more through natural language. Operates in read-only mode by default with optional write capabilities.301MIT