Skip to main content
Glama
GeerMrc
by GeerMrc

register_tool

Register new tool metadata in the tool registry to enable search and discovery for MCP clients.

Instructions

动态注册新工具

向工具注册表中添加一个新的工具元数据。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes工具名称(唯一标识符)
tagsNo工具标签列表(可选)
categoryNo工具类别(可选)
descriptionYes工具描述

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. However, it only restates the tool's purpose ('add new tool metadata') without explaining side effects, uniqueness constraints, overwrite behavior, or requiring special permissions. This is a significant gap for a mutation tool.

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 two short, focused sentences with no filler or repetition. It achieves maximum clarity with minimal words.

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?

Although an output schema exists, the description omits critical context for a write operation: validation behavior, error conditions, idempotency, or consequences of registering duplicate tool names. This incompleteness could lead to misuse or uncertainty for an 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?

Schema coverage is 100%, so all parameters are documented in the schema. The description adds no extra semantic detail, but the baseline of 3 is appropriate since the schema handles parameter explanation.

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 verbs ('添加', '注册') and a clear resource ('工具注册表'), making the tool's function immediately obvious. It distinguishes itself from sibling tools like unregister_tool and search_tools by focusing on the act of registration.

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 alternatives, nor are any prerequisites or exclusions mentioned. The description simply states the action without context for decision-making.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GeerMrc/RegistryTools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server