Skip to main content
Glama

Second Eyes Agent Workflow Services

github_mcp_401_fix

Shortcut PAT/401 → mcp-wiring

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
error_detailNo

Schema Changelog

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

  1. First observed

TDQS

D1.1/5.0
Behavior1/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It reveals nothing about side effects, required permissions, or whether the operation is a safe read or a mutating action. The '401' hint is too vague to inform the agent of any behavioral traits.

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

Conciseness2/5

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

The description is under-specified rather than concise. While it is short, it lacks the necessary content to be useful, so the brevity is not a virtue here.

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

Completeness1/5

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

For a tool with 2 parameters, no output schema, and no annotations, this description is severely incomplete. It omits what the tool does, when to use it, what the inputs mean, and what to expect from invoking it.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not add meaning to either 'session_id' or 'error_detail'. The parameter names are somewhat self-explanatory, but without any elaboration (e.g., expected format, purpose beyond the name), the description fails to compensate for the lack of schema documentation.

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

Purpose1/5

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

The description 'Shortcut PAT/401 → mcp-wiring' is cryptic and fails to state a clear verb+resource. It does not explain what the tool does or how it relates to fixing GitHub MCP 401 errors, leaving the purpose essentially missing.

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

Usage Guidelines1/5

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

No guidance is provided about when to use this tool versus alternatives. There is also no context about prerequisites or typical scenarios, making it impossible for an agent to decide when to invoke it.

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.1/5.0
Disambiguation2/5

Several tools overlap in purpose: read_menu and read_pricing both provide pricing information, while fetch_catalog may also offer menu-like content. This creates ambiguity for agents trying to decide which tool to use for a given task.

Naming Consistency3/5

Most tools use lowercase snake_case with verb_noun patterns (enter_lounge, fetch_catalog, order_service), but there are exceptions like leave_with_receipt, pause_and_route, proof_bar, and github_mcp_401_fix, which break the pattern with prepositions, noun phrases, or technical references.

Tool Count4/5

With 11 tools, the set is reasonably scoped for a service-oriented workflow. It's not excessive and each tool seems to contribute to the overall 'lounge' concept, though a few could potentially be consolidated.

Completeness3/5

The set covers basic session lifecycle (enter, leave, pause) and information retrieval (laws, menu, pricing), but lacks obvious operations like 'update session', 'cancel service', or 'view order status'. The github_mcp_401_fix tool feels oddly specific and out of place.