Skip to main content
Glama

find_tools

Search the tool catalogue by keyword to load and activate the tools you need, returning their names for direct use.

Instructions

Search Metis's full tool catalogue and load the matching tools on demand.

Most Metis tools are kept out of the active set to save context; this finds the
ones you need by keyword (e.g. "dhis2 tracker", "clean dataset", "backup",
"knowledge graph", "transcribe"), makes them callable, and returns their names.
After calling this, call the returned tools directly as normal.

Args:
    query: Keywords describing what you want to do.
    limit: Max tools to return/load (default 8).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 explains that tools are loaded on demand, made callable, and their names returned. This adequately discloses the tool's behavior for a search action, though it could further clarify what 'loading' entails for the agent's context.

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 efficiently written with a clear lead sentence, followed by context and formatted Args section. Every sentence serves a purpose, no fluff, and the structure aids readability.

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 role as a searcher and loader, the description covers its purpose, parameters, and outcome (returns names). An output schema exists, so detailed return structure is not required. The description is adequate for an agent to use it correctly.

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?

The input schema has 0% description coverage, so the description compensates by explaining both parameters: query as keywords for what to do, and limit as max tools to return with default 8. While brief, these descriptions add meaningful guidance beyond bare types.

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 searches the full tool catalogue and loads matching tools on demand, using a specific verb and resource. It distinguishes itself from siblings by explaining that most tools are kept out of the active set for context efficiency, making this a unique discovery mechanism.

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 provides clear usage context: use when you need to call a tool not in the active set, with examples of keywords. It also explains the workflow (call this, then use returned tools). However, it does not explicitly state when not to use or suggest alternatives.

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/SVerITG/Metis'

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