Skip to main content
Glama

MCP GSC AI Agent Carrier Class Fleet

The four GSC surfaces

how_to_transact

Which GSC surface an agent uses for data, discovery, transaction, and standards — with the endpoint for each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided. The description does not disclose behavioral traits such as whether the tool is read-only, idempotent, or has side effects. For a tool with zero parameters, the burden is lower, but the absence of any behavioral context is a gap.

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, front-loaded sentence that conveys the essential information without unnecessary words. It is appropriately sized for the tool's simplicity.

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

Completeness3/5

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

The description explains what the tool provides (surface and endpoint for each purpose) but does not specify the format of the output (e.g., list, mapping, text). For a tool with no parameters and no output schema, more detail about return structure would improve completeness.

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 input schema has no parameters, so schema description coverage is 100%. The description does not need to add parameter meaning, and the baseline score of 4 is appropriate.

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

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool provides the GSC surface and endpoint for data, discovery, transaction, and standards. It uses specific resource terms ('GSC surface', 'endpoint') and distinguishes from siblings, which focus on carriers, fleets, and jurisdictions.

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 usage when an agent needs to know which surface to use or the endpoint for a given purpose, but it does not provide explicit guidance on when to use versus alternatives, nor does it mention any prerequisites or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.9/5.0
Disambiguation2/5

find_carriers and resolve_jurisdiction both take member codes and return routing or residency endpoint information, making their boundaries unclear. list_fleets and get_fleet_stats also overlap by both publishing live agent counts and fleet-level headline numbers.

Naming Consistency4/5

Most tools follow a consistent get_/list_/resolve_ + noun pattern, which makes the set easy to scan. how_to_transact breaks the verb convention, and get_carrier_doctrine is less operational in tone, but these are minor deviations.

Tool Count5/5

Ten tools is well-scoped for a read-only fleet discovery, residency, and routing server. Each tool maps to a distinct operational concern such as routing, fleet listing, jurisdiction lookup, or transaction guidance.

Completeness3/5

The server covers fleet discovery, carrier resolution, jurisdiction lookup, and transaction guidance, but it lacks a tool to fetch an individual carrier's detailed record or card content directly. There is also no carrier-level list or search beyond member-code lookup, which is a notable gap for a Carrier Class Fleet server.