site
Server Details
Software Pricing Index: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
The comparison tools are clearly separated: criteria definitions, option metadata, and the full comparison table each cover a different view. The enquiry tools are also distinct—narrative/process description, field schema, and submission action—so an agent can safely select without confusion.
The comparison tools follow a consistent compare_* pattern, and the enquiry group is recognizable, but the conventions mix: compare_criteria/compare_options/compare_table are verb_noun while enquiry_describe/enquiry_fields are noun-prefixed, and submit_enquiry returns to verb_noun. This is readable but not fully consistent.
Six tools is well-scoped for the site's purpose: three for exploring comparison data, two for understanding the enquiry mechanism, and one for submitting. Each tool has a clear role and the count is not bloated or thin.
The tool surface covers the full user journey for this domain: discovering criteria, viewing options, seeing the full comparison table, and submitting an enquiry with schema and consent details. There are no dead ends—enquiry_fields and enquiry_describe support submit_enquiry, and compare tools provide all needed reference data.
Available Tools
6 toolscompare_criteriaWhat is comparedDInspect
The criteria and any filters of the US field service and trades software, by published price comparison.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It gives no sense of what the tool returns, whether it is a read-only lookup, how results are ordered, or any side effects. The phrase 'by published price comparison' hints at a data source but not behavior.
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?
Although the description is only one sentence, it is under-specified rather than concise. It does not front-load an action verb, and the sentence does not earn its place because it obscures more than it communicates.
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, no annotations, and no clear action, the description is inadequate to guide invocation. An agent cannot tell what it receives back, how it behaves, or when to use it. This is well below a minimum-viable definition.
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 has 0 parameters, and the baseline for 0-parameter tools is 4. There is no parameter meaning for the description to add, so this is the only simplifying aspect of the definition.
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 is a noun phrase without a verb, so it never states what the tool actually does. It mentions 'criteria and any filters of the US field service and trades software', but does not clearly say whether it returns, explains, or compares them. The title 'What is compared' only weakly echoes the name, giving little differentiation from siblings like compare_options or compare_table.
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?
There is no guidance on when to use this tool versus the sibling tools. No prerequisites, no exclusions, no context about how 'published price comparison' relates to selection. An agent has no way to decide if it should call this instead of compare_table or enquiry_describe.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_optionsThe optionsCInspect
The options in the US field service and trades software, by published price comparison (name, what it is best for, tags), optionally filtered by a tag value.
| Name | Required | Description | Default |
|---|---|---|---|
| filterKey | No | ||
| filterValue | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full behavioral disclosure burden. It reveals some behavior (returns name/best-for/tags, optional tag filtering, uses published price comparison) but does not explicitly state that this is a read-only operation, what happens when no filter is supplied, or what the output looks like.
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 short and avoids major padding, but its grammar is awkward and the opening phrase 'The options' does not add useful meaning. Clearer front-loading, such as 'Returns options...', would make it more effective.
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?
This tool has no annotations, no output schema, and no parameter descriptions, so the description needs to be more complete. It lists some output fields but omits parameter semantics, tag value formats, and behavior without a filter, leaving an agent unable to reliably construct a correct invocation.
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 0%, so the description must clarify the parameters. It only says the result can be 'optionally filtered by a tag value,' but it never explains which parameter is filterKey, which is filterValue, what values are accepted, or how the tag filter maps to both parameters.
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 names a specific resource (US field service/trades software options) and some returned fields (name, best-for, tags), plus an optional tag filter. However, it lacks an explicit verb and is phrased as a noun phrase ('The options...'), and it does not distinguish compare_options from siblings like compare_criteria or compare_table.
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 given about when to use this tool versus the sibling tools. The only usage hint is that filtering by a tag value is optional, but there is no mention of what filterKey/filterValue should contain or when one alternative is preferable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_tableThe comparison tableAInspect
Each option's value on every criterion of the US field service and trades software, by published price comparison — the full table.
| Name | Required | Description | Default |
|---|---|---|---|
| option | No | one option's name, else all |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral burden. It does disclose the data scope (all options versus all criteria) and the source ('published price comparison'), which is useful. However, it does not describe return formatting, ordering, pagination, or the effect of the optional option parameter beyond what the schema already states.
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 compact phrase with no filler, and the most relevant information is front-loaded. It is grammatically a noun phrase rather than a full sentence, but every phrase 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?
Complexity is low: one optional parameter, fully documented in the schema, and no output schema. The description explains what the table contains and its source. It could say more about the omitted-option behavior, but the schema already covers that with 'else all.'
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%: the only parameter 'option' already has a clear description ('one option's name, else all'). The tool description only loosely echoes the term 'option' and adds no additional format, default, or edge-case semantics.
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 returned artifact: each option's value on every criterion of the US field service and trades software, presented as 'the full table.' It differentiates from siblings like compare_criteria and compare_options by emphasizing the complete table, but it lacks an explicit verb such as 'retrieves' or 'returns.'
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?
There is no explicit when-to-use or when-not-to-use guidance. The phrase 'the full table' implies this tool is for a comprehensive overview rather than the narrower compare_criteria or compare_options tools, but that implication is not made explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect
Read first. States plainly what submit_enquiry does on Software Pricing Index: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden and does so well: it states the tool returns 'who receives the details, the consent wording, and how the person confirms' and clarifies that nothing is bought, ordered, or paid and no quote is guaranteed. This makes the non-transactional, informational nature clear. There is no contradiction with annotations because none are provided.
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 front-loaded with 'Read first' and each sentence adds a distinct point: what it does, what it does not do, and what it returns. It is slightly wordy with repeated emphasis on 'plainly' and direct quotation, but remains compact and well ordered.
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 tool with no output schema, the description gives a complete picture of the informational return value and the non-transactional nature. It is adequate for an agent to invoke it correctly, though an exact output contract or field list would make it fully 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?
The tool has zero parameters and 100% schema coverage, so the baseline is 4. The description compensates by explaining what the tool returns rather than parameter details, which is appropriate for a no-input informational tool.
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 identifies the tool as an explanation of submit_enquiry: 'States plainly what submit_enquiry does on Software Pricing Index.' It also differentiates itself from a purchase or guaranteed quote, so an agent understands it is informational rather than transactional. It does not explicitly contrast with sibling comparison/field tools, which keeps it just below 5.
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?
'Read first' strongly implies this is a prerequisite before calling submit_enquiry, giving clear contextual timing. The description also conveys the scope ('Software Pricing Index') and the expected workflow. It does not enumerate when to prefer enquiry_fields or compare_* siblings, so explicit exclusions are missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_fieldsThe questions the enquiry asksAInspect
Every field of the Software Pricing Index enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It accurately discloses the data content returned, including the presence of allowed options, but does not explicitly state that the operation is read-only or describe error/response behavior. For a zero-parameter metadata endpoint the read-only nature is implied, but not explicit.
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 tight sentences: the first enumerates exactly what the tool returns, and the second connects the output to a downstream workflow. No filler, front-loaded, and every sentence 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?
Given the empty input schema and lack of output schema, the description adequately explains the returned content and its use with submit_enquiry. It does not specify the exact output structure (object vs array) or explicitly state read-only behavior, but the core information needed to call and integrate the tool is present.
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 no parameters, so the schema already fully documents the input; the zero-parameter baseline of 4 applies. The description adds useful cross-reference value by explaining that the returned field keys are used to key answers for submit_enquiry, but this is not parameter semantics per se.
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 specifies the tool's purpose: it returns every field of the Software Pricing Index enquiry with its key, label, type, required flag, help text, and allowed options. This differentiates it from siblings like submit_enquiry and compare_* by focusing on field metadata rather than submission or 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 second sentence gives explicit usage guidance: retrieve field keys via this tool, then pass answers to submit_enquiry keyed by field key. This tells the agent when the tool is relevant, though it does not explicitly rule out alternatives or mention when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect
Submits an enquiry to Software Pricing Index — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to field service software vendors, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to field service software vendors, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden and does so thoroughly: it covers validation behavior, the step-1 return values, the email-with-link side effect, and that providers only see the enquiry after the link is clicked. This goes well beyond the bare schema.
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 long but every sentence earns its place: the most important caveat is front-loaded, and the remaining text covers the two required interactions and the consent definition. No filler or redundant restatement of the schema is present.
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 tool with no annotations and no output schema, the description fully compensates: it explains prerequisites, the exact call sequence, what step 1 returns, when to proceed, and what side effect occurs after submission. An agent has enough context 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?
Although schema coverage is 100%, the description adds meaning the schema alone does not convey: answers are keyed by field keys from enquiry_fields, consent maps to a specific consent line, and confirmation is the token produced by step 1. These cross-parameter relationships are essential for correct invocation.
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 and resource ('Submits an enquiry to Software Pricing Index') and immediately clarifies what it is not ('NOT a purchase, NOT a guaranteed quote'). This makes the tool's role distinct from the sibling comparison and enquiry-description tools.
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?
It gives an explicit two-step protocol: step 1 with answers and consent=true returns a summary and confirmation token for user approval, and step 2 is only to be performed after the person agrees, with the same answers plus the token. It also states the exact condition under which consent=true is valid.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- First observed
compare_criteria - First observed
compare_options - First observed
compare_table - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Snagging Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not...
Compare Trade Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Underpinning Costs: the site's own MCP server — enquiry (enquiry = a human handoff, not a...
Trades Software Picker: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for PriceTrack that enables AI assistants to search live SaaS pricing, view verified price changes, and compare products side-by-side across 33,000+ vendors.468MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server designed to automate tender and RFQ pricing by extracting requirements from documents and building structured pricing models. It enables users to calculate final costs, compare market rates, and generate styled HTML pricing reports for PDF export.-
- AlicenseNot gradedqualityAmaintenanceUnbiased vendor intelligence MCP server that helps AI agents and developers make informed infrastructure decisions by providing current, structured, neutral vendor comparisons and recommendations.961MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for monitoring competitor pricing pages, scraping pricing data into SQLite, and answering plain-language questions about pricing plans via Claude.MIT