Skip to main content
Glama

federation_latency

Read-onlyIdempotent

Reproducible latency — the MEASURED p50/p95/p99 (in ms) of recent authenticated tool executions, computed live from the gateway's own audit records (CO 292). This is the verifiable answer to "is it really sub-100ms?": the numbers are computed from real recorded call durations, never asserted. Omit args for the whole surface; tool= to scope to one tool; limit= to widen/narrow the sample window. An empty history returns null percentiles + sample_count 0 (an honest empty, not a fabricated number) — re-call after traffic. Verify, don't trust. Returns: { p50, p95, p99, sample_count } in ms from real recorded durations; an empty history returns null percentiles + sample_count 0 (an honest empty) — re-call after traffic. Example: call federation_latency with arguments {}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNoRestrict the percentiles to one tool (e.g. "catalog_search"). Omit for all tools.
limitNoMax recent samples to scan (default 500, cap 5000).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / properties / tool / maxLength
      Added value: +4000
  2. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Even with strong annotations (readOnlyHint, idempotentHint, non-destructiveHint), the description meaningfully adds depth: the disclosure that results are 'computed live', 'never asserted', and that an empty history returns null percentiles + sample_count 0 ('an honest empty') are material behaviors well beyond the structured metadata. The 'Verify, don't trust' line frames the appropriate mental model.

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 front-loaded and well-organized, but has clear redundancy and a weak closer ('Example: call federation_latency with arguments {}' adds no value beyond what the documented param pattern already conveys). The empty-history caveat ('an honest empty, not a fabricated number' / 're-call after traffic') appears nearly verbatim twice, which wastes words in what could be a tightly structured description.

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?

With no output schema, the description properly documents the response shape '{ p50, p95, p99, sample_count }' and edge-case behavior (null percentiles for empty history). It also covers freshness/computation source and operational advice. Combined with strong annotations and a small parameter surface, the guidance is complete and digestible for the agent.

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?

The input schema already has 100% coverage of the two parameters, so the schema is doing the heavy lifting. The description does add some framing — 'scope to one tool' for `tool` and 'widen/narrow the sample window' for `limit` — which reinforns semantic meaning. However, it's largely reinforcing schema-provided context rather than unlocking semantic info unavailable elsewhere.

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 specific, precise language to define what's measured ('MEASURED p50/p95/p99 in ms of recent authenticated tool executions'), units, and the underlying data source (gateway's own audit records). It crisply differentiates from potential sibling observability tools by framing it as the 'verifiable answer to is it really sub-100ms?' — the grounding in 'real recorded call durations, never asserted' adds distinctive value.

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

Usage Guidelines4/5

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

The description clearly conveys when to use it, including specific invocation patterns ('Omit args for the whole surface; tool= to scope; limit= to widen/narrow'), which provides implicit when-to-use guidance tied to use case. It stops short of a formal 5 because it never names alternative tools for when guidance would fall to another tool (e.g., 'use X instead for...'), though the rich usage examples largely compensate.

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

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes with detailed descriptions. A few pairs like federation_catalog_search_multi and federation_catalog_search_grouped_multi could be confused, but descriptions explicitly delineate when to use each. Overall, the boundaries are clear.

Naming Consistency3/5

The federation_* tools follow a consistent verb_noun pattern, but many tools use other prefixes (introspection_, moltbook_, llm_, web_, cohort_, legal_, about_us_, how_to_), breaking overall consistency. Within the main federation domain naming is predictable, but across the full set it's mixed.

Tool Count2/5

72 tools is far beyond the typical 3-15 for a coherent set. While the federation scope is broad, the sheer number makes the surface unwieldy and increases the risk of misselection, even if each tool individually earns its place.

Completeness4/5

The tool surface covers lifecycle management (create/update/delete/suspend tenants), manager operations, agents, catalog search, governance, introspection, legal, and auxiliary functions like email and web research. Platform-specific actions are exposed via federation_enter_tenant, so no critical dead ends are apparent.

Resources