Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

search_skills

:

Instructions

Search the Loaditout registry of 20,000+ AI agent skills by keyword. Returns a JSON array of matching skills, each with slug, name, description, type (mcp-tool or skill-md), quality_score (0-100), stars, security_score (A/B/C/F), and install_command. Use this for broad discovery when you do not know the exact skill slug. Do not use this if you already know the slug (use get_skill instead). Prefer smart_search over this tool for personalized results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language search query describing what you need. Examples: 'postgres database', 'browser automation', 'github issues', 'stripe payments'. Keep queries short (1-4 words) for best results.
typeNoFilter results to a specific skill type. 'mcp-tool' for structured tool servers, 'skill-md' for behavioral instruction files, 'hybrid' for both. Omit to search all types.
agentNoFilter results to skills compatible with a specific agent platform. Omit to search all platforms.
limitNoMaximum number of results to return. Default: 10. Maximum: 25. Use a smaller limit (3-5) for quick lookups, larger (15-25) for comprehensive browsing.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It compensates well by detailing the exact return structure (JSON array with specific fields including quality_score, security_score, install_command), which substitutes for the missing output schema. It lacks explicit mention of read-only safety or rate limits, preventing a perfect score.

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 consists of five sentences that are front-loaded with purpose, followed by output specification, and closed with usage guidelines. Every sentence provides distinct value (scope, return format, positive/negative usage conditions, alternative preference) with zero redundancy.

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?

Given the rich input schema (100% coverage) and lack of output schema, the description appropriately focuses on compensating for the missing return value documentation by enumerating response fields. It provides sufficient context for an agent to select this over siblings like 'get_skill' and understand the discovery workflow.

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 input schema has 100% description coverage with detailed explanations for all four parameters (query, type, agent, limit), including examples and enum value descriptions. The description text adds no additional parameter semantics, meeting the baseline expectation for high-coverage schemas.

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 ('Search'), identifies the exact resource ('Loaditout registry of 20,000+ AI agent skills'), and specifies the method ('by keyword'). It clearly distinguishes from sibling tool 'get_skill' by stating when to use each.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on when to use ('broad discovery when you do not know the exact skill slug'), when not to use ('Do not use this if you already know the slug'), and names specific alternatives ('use get_skill instead', 'Prefer smart_search'). This covers when/when-not/alternatives completely.

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/loaditoutadmin/loaditout-mcp-server'

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