Skip to main content
Glama

MCP GSC AI Agent Carrier Class Fleet

The sovereign deployment map

list_jurisdictions

Where GSC Carriers are resident — eighteen jurisdictions, each with its serving Azure region. Residency is the checkable claim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.1/5.0
Behavior2/5

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

There are no annotations, so the description must carry the behavioral burden. It describes the data content but does not disclose operation characteristics such as whether this is a read-only listing, whether the list is static or dynamic, or what the exact response format is.

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

Conciseness4/5

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

The description is short and front-loaded with the essential content: what is listed and what each entry contains. The final sentence is slightly stylistic but still conveys that this map is the authoritative source for residency claims.

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?

For a zero-parameter tool, this is mostly adequate: it identifies the returned content and scope. However, without an output schema or usage guidance, an agent is left to guess the exact return structure and when to choose this tool over resolve_jurisdiction.

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 zero parameters, so the baseline of 4 applies. No parameter documentation is needed, and the description adds no parameter semantics because there are none to describe.

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 returns the eighteen jurisdictions where GSC Carriers are resident, along with each jurisdiction's serving Azure region. It is distinct in scope from sibling tools like resolve_jurisdiction, though it relies on the tool name for the explicit 'list' verb.

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

Usage Guidelines2/5

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 alternatives like resolve_jurisdiction or find_carriers. The line 'Residency is the checkable claim' hints at a use case, but it does not explicitly state when to call this tool or when to prefer a sibling.

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.