Skip to main content
Glama

Get service info

get_service_info
Read-onlyIdempotent

Retrieve Tollbooth service details including supported chains, swap fees, and x402 toll pricing.

Instructions

Get Tollbooth service metadata: supported chains, swap fee, x402 toll pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoService name
paymentNox402 payment networks and pricing
endpointsNoHTTP endpoints exposed by the service
descriptionNoWhat the service does

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.2

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, covering safety and idempotency. The description adds value by disclosing exactly what metadata is returned (supported chains, swap fee, x402 toll pricing), which is beyond the structured annotations. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the action and resource, then lists key content. Every element adds information, with no fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter metadata retrieval tool with an output schema and strong annotations, the description fully covers the necessary context. It specifies the tool's scope and content without needing to describe return formats, which the output schema handles.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline is 4 per the rubric. The description is not required to explain parameter semantics since there are none, and the schema trivially covers 100%.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

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 'Tollbooth service metadata', then lists specific content: supported chains, swap fee, x402 toll pricing. This is specific enough to distinguish from sibling tools like get_quote or get_receipt, which focus on trade operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool—whenever service-level metadata is needed—but it does not explicitly mention alternatives or exclusions. Given the zero-parameter, self-contained nature of the tool, the implied usage is acceptable, but explicit guidance is absent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.