Skip to main content
Glama

find_skill

Discover ecosystem skills and plugins by describing your task for instant recommendations, browsing categories, or accessing full documentation.

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 / etc.). Layer 3 (full detail): Get complete documentation for a single skill including features, OS complement relationship, and variants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoDiscovery depth — 1=quick (default), 2=category, 3=full detail.
categoryNoCategory filter for level=2 (e.g., "frontend", "security"). Empty string returns all categories.
skill_idNoSkill identifier for level=3 detail lookup (e.g., "vibesec", "superpowers", "claude-mem").
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

Behavior4/5

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

With no annotations, the description carries full burden. It transparently explains the progressive loading behavior and how each level works. However, it does not disclose potential edge cases, such as behavior when no skills match or authentication requirements.

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 bullet points for clarity, but it is somewhat lengthy. Every sentence adds value, though it could be slightly more concise without losing meaning.

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?

Given the tool's complexity (4 parameters, progressive system), the description covers the main usage patterns. With an output schema present, return value details are not needed. It lacks mention of error handling or prerequisites, but otherwise is fairly complete.

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?

The description adds significant meaning beyond the input schema by explaining how parameters relate to the three layers (e.g., task_description for level=1, category for level=2, skill_id for level=3). This contextualizes parameter usage effectively, despite 100% schema 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 tool's purpose: to find ecosystem skills/plugins using a three-layer progressive loading system. It uses specific verbs ('find') and resource ('ecosystem skills/plugins'), and distinguishes from siblings like ecosystem_search by detailing the unique layered approach.

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 implies usage scenarios through the three layers (quick recommend, category browse, full detail) but does not explicitly state when to use this tool versus alternatives like ecosystem_search or unified_search. No exclusions or when-not guidance are provided.

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