Skip to main content
Glama

find_skill

Discover ecosystem skills and plugins through a 3-layer progressive search: describe your task for quick recommendations, browse skills by category, or retrieve full documentation for any skill.

Instructions

Find ecosystem skills/plugins using a 3-layer progressive loading system.

Layer 1 (quick recommend): Describe your task and get top 3-5 matching skills with one-line descriptions and install commands. Layer 2 (category browse): Browse all skills grouped by category (memory / code-quality / frontend / security / dev-workflow / integration / etc.). Layer 3 (full detail): Get complete documentation for a single skill including features, OS complement relationship, and variants.

The integration category holds the ecosystem integration recipes (GitHub / Slack / Linear / fullstack team) that used to live in their own ecosystem_recipes tool — each one says which external MCP server to install and which OS tools it pairs with.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoDiscovery depth — 1=quick (default), 2=category, 3=full detail.
categoryNoCategory filter for level=2 (e.g., "frontend", "security", "integration"). Empty string returns all categories.
skill_idNoSkill identifier for level=3 detail lookup (e.g., "vibesec", "superpowers", "claude-mem", "github-integration").
task_descriptionNoWhat you want to accomplish (used for level=1 matching). Examples: "frontend ui design", "security audit web app", "data science jupyter", "code review PR".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

There are no annotations, so the description carries full burden. It describes the 3-layer loading behavior and progressive detail levels, which is useful behavioral context. However, it does not disclose return structure, output format, or any side effects. The description does disclose the legacy migration (ecosystem_recipes content moved into integration category), which is helpful context beyond what schema provides.

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 clear layer breakdowns and a final note about the integration category. Each sentence adds value and the progression is logical. It's slightly long but all content is load-bearing — the layer descriptions directly help the agent decide how to call the tool.

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 tool has an output schema and 100% parameter coverage, the description's job is to explain the multi-level behavior, which it does thoroughly. The 3-layer explanation, category guidance, and legacy migration note make this complete for a discovery/recommendation tool with no safety concerns. The tool has no destructive or mutating behavior implied, and all 4 parameters are mapped to use 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 100%, so the schema already documents all 4 parameters well. The description adds the mapping of level→parameter usage (level 1 uses task_description, level 2 uses category, level 3 uses skill_id), which adds meaning beyond raw schema. However, this mapping is implicit rather than explicitly stated as a level-to-parameter correlation table, so it adds moderate but not rich value beyond the schema.

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 this tool finds ecosystem skills/plugins with a specific verb+resource. It breaks down the three-layer progressive loading system (quick recommend, category browse, full detail), giving strong specificity. It also distinguishes itself from the many ecosystem_* sibling tools by focusing on discoverability/recommendation rather than repo management or scanning.

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 explains what each of the 3 levels is for (describe task, browse by category, get full detail) and which inputs map to which level. It doesn't explicitly say when NOT to use this vs. alternatives, but it does clarify that the integration category absorbed what used to be the ecosystem_recipes tool, which helps the agent route correctly. It provides clear context for choosing the right level, though it doesn't enumerate alternative tools to prefer.

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/CronusL-1141/AI-company'

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