Skip to main content
Glama

skills.convert

Convert agent skill files between IDE formats (e.g., Cursor to Claude) through a canonical frontmatter and body representation.

Instructions

Convert a skill file from one IDE format to another (e.g. cursor → claude). Round-trips through a canonical {frontmatter, body} representation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
fromYesSource adapter id (e.g. cursor)
toYesTarget adapter id (e.g. claude)
outPathNoOptional output path. If omitted, returns the converted body without writing.
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It explains the conversion process through a canonical representation and notes that omitting outPath returns the converted body without writing. However, it does not address error handling, overwrite behavior, or side effects, leaving gaps for an agent.

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 extremely concise with two sentences: the first states the core purpose with an example, the second explains the internal representation. No unnecessary words or repetition, making it easy for an agent to parse quickly.

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?

Given the absence of an output schema, the description should explain return values more thoroughly. It mentions returning the converted body but not the format (e.g., string). It also omits error states and prerequisites. For a relatively simple tool, it covers core functionality but lacks completeness in edge cases.

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 description coverage is 75% (missing path description). The description indirectly implies path is the file path, but does not explicitly define it. It adds no additional parameter details beyond the schema, and for the undocumented path parameter, the description does not compensate fully. Baseline for high coverage is 3.

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 verb 'convert' and resource 'skill file', with an example IDE format conversion (cursor → claude). It distinguishes this tool from siblings like skills.lint or skills.diff by specifying the conversion action and internal canonical representation.

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 provides an example but lacks explicit guidance on when to use this tool versus alternatives, such as when to convert vs. when to lint or diff. No prerequisites or limitations are mentioned, leaving the agent to infer usage context.

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/ModelBound/modelbound-mcp-server'

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