Skip to main content
Glama
reefapi

ReefAPI MCP

Official

search_engines

Find a ReefAPI engine for a task by passing keywords or a natural-language use case. Returns ranked engines with match scores.

Instructions

Find the right ReefAPI engine for a task — pass ENGLISH keywords or a short natural-language use-case ("detect a website's tech stack", "company reviews", "check a package for vulnerabilities", "is this domain available"). The catalog is in English: if the end-user asked in another language, translate their INTENT into English keywords first (you are an LLM — do this inline). Ranks engines by how well the query matches each engine's name/title/category/ACTION descriptions (stem-matched, so plurals/word-forms still hit). Empty query = list all. Returns name/title/category/actions + match score. Call this FIRST, then get_engine_schema(engine) to pick an action. This is a fast keyword pre-filter — if the right engine isn't in the results (or you want to be sure), call get_catalog and pick from the full list YOURSELF (you semantically match any language/phrasing better than keywords).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
Behavior5/5

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

Despite no annotations, the description fully discloses behavioral traits: it performs a keyword-based search with stem-matching, returns a ranked list of engines with match scores, and is described as a fast pre-filter. It mentions that an empty query returns all engines and that the tool does not modify any state. No contradictions with annotations (none present).

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 and front-loaded with the purpose, but is somewhat lengthy. However, every sentence earns its place by providing necessary details about usage, matching, and fallback. Minor verbosity prevents a perfect score, but it remains efficient.

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's moderate complexity, the description is complete. It explains the input, return values (name, title, category, actions, match score), and how to proceed after calling it (use get_engine_schema). It also addresses edge cases (empty query, non-English queries) and integrates well with sibling tools. No output schema is needed as the return structure is described.

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 schema only defines a single optional 'query' parameter with no description, but the tool description provides extensive detail: it accepts English keywords or natural-language use cases, advises translation if needed, and explains the matching logic. This significantly adds meaning 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 the tool's purpose: to find the right ReefAPI engine for a task by matching a query. It uses a specific verb ('find') and resource ('engine'), and provides examples to illustrate typical use cases. It also distinguishes itself from siblings by indicating it should be called first, and if the right engine is not found, to use get_catalog instead.

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?

The description explicitly guides when to use the tool ('Call this FIRST') and when not to (if the engine isn't in results, use get_catalog). It also advises translating non-English queries into English keywords before using the tool, providing clear context for appropriate usage.

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/reefapi/reefapi-mcp'

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