Skip to main content
Glama

download_skill

Retrieve a skill's full instructions and code. Use the skill ID or slug. Market skills require purchase before download.

Instructions

Fetch a skill payload (its full instructions/code). Market skills require purchase first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSkill id (skl_...) or slug
keyNoAgent key (sk_...). Omit if set as SKILLS123_KEY env.
Behavior3/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It clearly states it 'fetches' a payload, implying a read-only operation, and mentions the purchase prerequisite. However, it does not disclose potential errors (e.g., unowned skill), authentication needs (though schema covers the key), or any side effects. For a simple fetch, this is acceptable but not exhaustive.

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 sentences with zero fluff. The core action is front-loaded, and the purchase caveat is placed second without unnecessary elaboration. Every word earns its place.

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

Completeness4/5

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

For a tool with only two parameters (one required) and no output schema, the description covers the essential purpose and the key prerequisite. It doesn't mention discovering skills (which might be handled by list_skills or market_listings) but that's not necessary for invoking the tool. Overall, an agent has enough to use it correctly.

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 describes both parameters (id and key) with 100% coverage, including details like 'Skill id (skl_...) or slug' and 'Omit if set as SKILLS123_KEY env'. The description adds no extra semantic meaning beyond what the schema provides, so it hits the baseline of 3 for high coverage.

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 'fetch' and the resource 'skill payload (its full instructions/code)', which unambiguously identifies the tool's function. It distinguishes itself from list_skills (which would just list metadata) and purchase_skill (which handles transactions). No ambiguity exists.

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?

The description provides an important usage condition: 'Market skills require purchase first,' which implicitly tells the agent to call purchase_skill before download_skill for market skills. However, it does not explicitly contrast with list_skills or state when to use this over other sibling tools, relying on the agent to infer the purpose from 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/RBarkerArt/123skills-mcp'

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