Skip to main content
Glama

baton_hub_register

credential 없는 HTTPS MCP endpoint와 capability 메타데이터를 등록한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
nameYes
api_keyYes
capabilitiesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/5.0
Behavior1/5

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

The description states 'credential 없는' (without credentials), which directly contradicts the input schema's required `api_key` parameter (a credential). This is a serious inconsistency that misleads the agent about the tool's authentication needs. No annotations are provided to clarify the behavioral profile.

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 a single sentence that is front-loaded with the verb 'Register'. It is efficient but lacks clarity due to the contradiction. Would be perfect if accurate.

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?

Given 4 parameters, no output schema, and no annotations, the description is severely incomplete. It does not specify return values, error handling, idempotency, or effects of registration. The contradiction further undermines trust.

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

Parameters2/5

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

With 0% schema description coverage, the description should compensate but fails to explain the parameters. It only hints at `url` and `capabilities`, ignores `name` and `api_key`, and contradicts the presence of `api_key`. The description adds minimal semantic value beyond the schema structure.

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 clearly states the action ('Register') and the resource ('HTTPS MCP endpoint without credentials and capability metadata'), making the purpose specific and distinct from sibling tools like baton_hub_list (list) and baton_hub_observe (observe).

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 the tool is for registration but provides no explicit guidance on when to use it versus alternatives, nor any prerequisites or exclusions. The name and description are sufficient for basic understanding, but lack deeper context.

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.