Skip to main content
Glama

MCP GSC AI Agent Carrier Class Fleet

Server Details

BPC Sustainable Carrier Agents - Low Token Zero Inference

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
greencore-solutions/gsc-fleet-mcp
GitHub Stars
0
Server Listing
MCP GSC AI Agent Carrier Class Fleet

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

10 tools
find_carriersFind Carriers for a jurisdictionInspect

SM-ECO-10060 member code → the serving surface: a resident sovereign endpoint where one exists, otherwise the fleet root covering that member's region. Category and capability addressing ship with the sovereign Carrier set and will answer here as they go live.

ParametersJSON Schema
NameRequiredDescriptionDefault
nodeYesSM-ECO-10060 member code, e.g. UK, KR, BR
categoryNoOptional SPARKS category (answers as the sovereign set ships)
get_carrier_doctrineWhat a Carrier isInspect

The Carrier AI Agent class and the sell-side positioning — prefabricated, static, zero inference; buyer-side compute stays the buyer's.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_fleetGet one fleetInspect

Full record for one fleet: root, region, slot range, index, catalog, Card URL pattern.

ParametersJSON Schema
NameRequiredDescriptionDefault
fleetYesFleet key
get_fleet_statsFleet statisticsCInspect

Canon fleet numbers: 10,597 LIVE across nine sovereign jurisdictions, 9.5M agentic inbound signals per month, 1.5M human visits per month.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits such as side effects, permissions, or that it is read-only. The description merely lists numbers without indicating behavior.

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

Conciseness3/5

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

The description is extremely concise (one sentence) but is more of a data sample than a functional description. It lacks a clear statement of the tool's action and is under-specified.

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

Completeness2/5

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

Given the tool has no output schema and no annotations, the description should explain what the returned numbers mean. It does not clarify terms like 'LIVE' or 'agentic inbound signals', assuming prior knowledge. Incomplete for an AI agent.

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 schema coverage is 100% trivially. Per guidelines, baseline is 4 for 0 params. The description adds no parameter info but is not required to.

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 'Canon fleet numbers: 8,097 LIVE, 9.5M agentic inbound signals per month, 1.5M human visits per month' implies the tool returns aggregate fleet statistics, but lacks an explicit verb like 'retrieve' or 'get'. The title 'Fleet statistics' reinforces this, making the purpose clear but not explicit.

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 provided on when to use this tool versus siblings like get_fleet or list_fleets. The description does not differentiate it from other fleet-related tools.

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

get_residency_receiptThe residency receiptInspect

How to verify a GSC surface's residency claim on the wire — which headers to read and what they prove.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

how_to_transactThe four GSC surfacesInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_fleetsList the GSC Carrier FleetsInspect

The three live fleet roots — Global, APAC, LATAM — with regions, slot ranges, and entry points. Headline: 10,597 LIVE across nine sovereign jurisdictions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_jurisdictionsThe sovereign deployment mapInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

resolve_carrierResolve a Carrier Card URLInspect

(fleet, slot) → the canonical Card URL. Validates the slot against the fleet's real range; the Card itself is the source of truth — fetch it to confirm the Carrier.

ParametersJSON Schema
NameRequiredDescriptionDefault
slotYesFour-digit slot number, e.g. 0001
fleetYesFleet key
resolve_jurisdictionResolve one jurisdictionBInspect

Member code → residency status, serving endpoint, and Azure region.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesMember code, e.g. CH
Behavior3/5

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

Without annotations, the description hints at a read-like operation but does not explicitly state idempotency, side effects, or error behavior. The output specification is present but minimal.

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 efficiently conveys the tool's purpose. Every word is necessary and there is no redundancy.

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

Completeness2/5

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

Given no output schema and no annotations, the description should clarify return format and potential errors. It only provides a high-level mapping without specifying how the output is structured or what happens with invalid codes.

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

Parameters3/5

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

Schema coverage is 100% for the single parameter 'code', and the description adds little beyond the schema's own description. It reinforces the input-output mapping but does not provide additional constraints or formatting details.

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 uses a clear mapping arrow to state that the tool converts a member code into residency status, serving endpoint, and Azure region. It distinguishes itself from siblings like list_jurisdictions and resolve_carrier by focusing on a single code lookup.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, error cases, or any context for when it's appropriate to call.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.