Skip to main content
Glama

load_skill

Access the full step-by-step instructions for a specific skill by loading its bundled guide.

Instructions

Loads the full content of a bundled skill guide by name.

Use this tool to read the step-by-step instructions for a specific skill supported by this server.

Available skills: - custom-code: Use this skill whenever writing, generating, reviewing, or fixing a Haystack custom component (deepset_cloud_custom_nodes.code.code_component.Code) or custom tool (deepset_cloud_custom_nodes.tools.code_tool.CodeTool) for the deepset/Haystack enterprise platform. Triggers include requests to create a custom component, a custom tool, to check custom code against the platform's structural constraints (single class/function per file, required decorators, type annotations, allowed dependencies), or to extend the existing pipeline for functionality that is not already covered by existing components.

:param skill_name: The name of the skill to load (see the list above). :returns: The skill's markdown content, or an error message listing available skills if not found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skill_nameYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the return format (markdown content) and error behavior (message listing available skills if not found), which gives useful behavioral expectations. It does not mention side effects or permissions, but for a read-only skill loader this is adequate.

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 well-structured with an opening definition, usage sentence, bulleted skill list, and param/returns sections. The custom-code skill explanation is somewhat lengthy but provides valuable context, earning its place. No wasted words overall.

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

Completeness5/5

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

For a one-parameter read tool with no output schema, this description is complete: it covers purpose, when to use, parameter semantics, return value, and error handling. The inclusion of the available skill list makes it self-contained. No gaps remain.

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

Parameters5/5

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

Schema coverage is 0%, so the description fully compensates. It explicitly states the parameter meaning ('The name of the skill to load') and provides an enumerated list of valid values (custom-code), effectively serving as an inline enum. This gives the agent everything needed to populate skill_name correctly.

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 opens with a specific verb+resource: 'Loads the full content of a bundled skill guide by name.' This clearly distinguishes the tool from siblings like get_template or search_templates by focusing on skill guides rather than templates or generic docs. The additional detail about available skills further clarifies its purpose.

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 explicitly says 'Use this tool to read the step-by-step instructions for a specific skill supported by this server,' providing clear context for when to invoke it. It also lists a concrete skill with trigger scenarios, but it does not explicitly mention when not to use it or name alternative tools, so it falls short of a 5.

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/deepset-ai/deepset-mcp-server'

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