Skip to main content
Glama

suggest_plugins

Find gen-e2 plugins relevant to your project or task description. Enter a natural language description to get a ranked list of matching plugins.

Instructions

Suggest gen-e2 plugins relevant to a natural language task or project description.

Use this for plugin-level discovery when the user describes their project or use case and wants to know which plugins are most relevant — before drilling into individual artefacts with suggest_entries.

Scores plugins by how many task words appear in their name (3x weight), description, and tags. Returns plugins sorted by relevance score.

Examples:

  • "I'm building an Android app" → android, delivery, architecture-reviewer

  • "I need to research and document a technical decision" → research-suite, delivery

  • "Go microservice with TDD" → go-tdd-orchestrator

  • task: natural language description of the project or need

  • limit: max results to return (default 5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description fully bears the burden. It explains the scoring mechanism (word matching with 3x weight on plugin names), sorting by relevance, and gives examples. This provides comprehensive insight into the tool's behavior without contradiction.

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 well-structured: purpose, usage guidelines, behavioral details, examples, and parameter definitions. Every sentence adds value without repetition, and it remains concise while covering all essential aspects.

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 simplicity of the tool (2 parameters, one required) and the presence of an output schema (not shown but noted), the description provides complete contextual information. It explains when to use it, how it works, and what parameters are needed, leaving no critical gaps for an AI agent.

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

Parameters4/5

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

With 0% schema description coverage, the description adds necessary meaning: 'task: natural language description of the project or need' and 'limit: max results to return (default 5)'. This is helpful but could be slightly more detailed about the task format or limit constraints.

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?

Clearly states the tool's function: 'Suggest gen-e2 plugins relevant to a natural language task or project description.' Uses a specific verb (suggest) and resource (plugins), and distinguishes from the related sibling 'suggest_entries' by emphasizing plugin-level discovery before drilling into individual artefacts.

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?

Explicitly tells when to use the tool: 'Use this for plugin-level discovery when the user describes their project or use case and wants to know which plugins are most relevant — before drilling into individual artefacts with suggest_entries.' Also provides examples of typical inputs and outputs, giving clear context for appropriate invocation.

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/Palo-IT-GitHub-Demos/lab-registry-mcp'

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