Skip to main content
Glama

find

Search tasks by free-text query and retrieve ranked results with provenance. Use this tool to discover what you have about any topic via hybrid retrieval.

Instructions

Read-only. Search the task store by free-text QUERY using available adapter signals plus Core keyword retrieval, fused via Reciprocal Rank Fusion. Adapters with embeddings add dense+sparse hybrid retrieval. Returns best-matching items with provenance. Use this for "what do I have about X". To find items like a KNOWN item instead, use similar. Read-only: never writes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return. Default 5, hard cap 50.
queryYesFree-text search string, e.g. "auth retry logic" or "Q3 roadmap". Matched against titles and bodies.
explainNoAttach a per-result ranking breakdown: for each retriever that surfaced a result, its rank and RRF contribution (1/(k+rank)), which sum to the fused score. Use to justify why a result ranked where it did.
Behavior4/5

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

Annotations are absent, so the description carries the full burden — and it meets it by disclosing the read-only safety profile head-on ('Read-only: never writes'). It also reveals behavioral nuance beyond the schema: dual retrievers fused via RRF, dense+sparse hybrid behavior for embedding-capable adapters, and provenance attached to results. It stops short of edge behavior like how the fallback behaves when no adapters or the exact ranking output shape, which keeps it from a 5.

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?

Three sentences, front-loaded with the highest-value facts: read-only safety and search scope come first, and the RRF mechanics are compressed into a single sentence. The only waste is the closing 'never writes', which repeats the opening 'Read-only' — a small redundancy that costs a point.

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?

For a tool with no output schema and no annotations, it covers the essentials: what gets searched, how ranking works, what comes back (provenance), and a pointer on interpreting the explain field tied to the RRF equation. It is missing only a bit of extra detail about result shape and edge behavior to be fully self-sufficient.

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%, and the schema already documents limit, query, and explain semantics. The description adds no new parameter-level meaning beyond reaffirming query as free-text matched against titles and bodies. Baseline 3 is correct when the schema does the heavy lifting.

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?

Opens with an explicit verb and resource: 'Search the task store by free-text QUERY'. The mechanism (adapter signals plus Core keyword retrieval fused via Reciprocal Rank Fusion) and the return (best-matching items with provenance) further pin down what it does. It also distinguishes itself from the nearest sibling by name (`similar`), so an agent can tell them apart without opening either schema.

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?

Gives a concrete usage frame — 'Use this for "what do I have about X"' — that defines the intended query-by-topic scenario. It also states an explicit when-not: 'To find items like a KNOWN item instead, use `similar`.' That direct alternative routing leaves little to inference.

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/renezander030/agentic-task-system'

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