Get pricing
get_pricingFixed-price service list in USD with ETAs. No hourly billing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_pricingFixed-price service list in USD with ETAs. No hourly billing.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already covers the safe-read profile, and the description adds that this returns a list of fixed prices in USD with ETAs and excludes hourly billing. It does not describe response format or any additional behavioral details, but for a zero-parameter read-only tool the annotation plus description provide sufficient transparency.
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, tightly written sentence that states the core scope (fixed-price service list, USD, ETAs) and an important exclusion (no hourly billing). There is no filler or redundant 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?
For a no-argument, read-only tool with no output schema, the description conveys the essential return value: a fixed-price service list in USD with ETAs. It also communicates a key business rule. The only minor gap is the lack of detail about which services are included, but that is not required to 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?
The input schema is empty with zero parameters, so there is no parameter documentation burden on the description. Schema description coverage is 100% by default, and the baseline of 4 applies because no parameters need explanation.
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 resource as a fixed-price service list in USD with ETAs, which makes the tool's purpose evident. The verb is supplied by the title, and the content distinguishes it from profile, slot, and project siblings, though it does not explicitly name an alternative.
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 phrase 'No hourly billing' provides a useful selection constraint, implying this tool is for fixed-price quoting rather than hourly-rate inquiries. However, it does not explicitly state when to prefer this tool over siblings or mention alternative tools, so usage guidance remains implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.