Skip to main content
Glama

skill_register

Register or upgrade reusable skills using append-only records. Provide manifest, files, and Ed25519 signature; gate-mode upgrades require tests that pass the sandbox.

Instructions

注册或升级 skill(append-only;v3:trust 模式需 Ed25519 签名,gate 模式下升级需自带 tests 过沙箱)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNo
manifestYes
signatureNo发布者对包内容哈希的 Ed25519 签名(base64)
publisherKeyNo发布者 Ed25519 公钥(base64 SPKI DER)
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses append-only behavior and v3 mode-specific requirements, which are meaningful and likely safety-relevant. It does not describe return values or failure modes, but the disclosed constraints are more than adequate for selection.

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 entire description is one compact sentence that conveys the operation, the append-only constraint, and the mode-specific signing/test requirements. There is no redundant or filler content.

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

Completeness3/5

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

The description is minimally viable for selecting the tool, but with no output schema and no detailed manifest/files schema, an agent cannot fully infer return behavior or package structure. The v3 conditions are helpful, but important surrounding context is left implicit.

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 schema already documents signature and publisherKey, and the description adds that signature is required in trust mode and tests are needed in gate mode. However, the manifest and files objects remain undocumented in both the schema and the description, leaving an obvious semantic gap.

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 states a specific verb (register/upgrade) and resource (skill), plus the key append-only invariant. This makes it clearly distinguishable from read/execution-oriented siblings like skill_search and skill_run.

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?

It clearly limits the tool to registration/upgrade and provides mode-specific guidance for trust vs gate modes. It does not explicitly name alternative tools, but the scope is specific enough that an agent can select this tool appropriately.

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/2428424081cn/Skill-mcp'

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