Skip to main content
Glama
KB01111
by KB01111

rerank_docs

Reorder documents by relevance to a query, returning a descending list of scored indices to surface the most pertinent results.

Instructions

Rerank a list of document strings by relevance to the query.

model: "cohere" | "jina" | "local" Returns: [{index, relevance_score}, ...] sorted desc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docsYes
modelNocohere
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full behavioral disclosure burden. It does disclose the return format (sorted descending) and the accepted model identifiers, but it omits potential side effects, rate limits, or the fact that using remote models like cohere/jina may incur network calls and costs.

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 extremely concise and well-structured. It leads with the core action, then lists model options and the return format. Every sentence contributes value with no filler.

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 simplicity (3 parameters, simple return array), the description is largely complete. It covers the purpose, parameter semantics implicitly, and return shape. It lacks usage guidance and error handling, but these are not critical for a straightforward rerank operation.

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 schema has 0% description coverage, but the description enriches the parameters by explaining 'docs' as document strings, 'query' as the relevance basis, and explicitly listing the allowed model values. It adds semantics beyond the raw schema, though it could further elaborate on query expectations.

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 function: reranking document strings by relevance to a query. The verb 'rerank' is specific and distinct from sibling tools like search_all or summarize_docs.

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?

Usage context is implied: you must already have a list of documents and a query to rerank. However, the description does not explicitly state when to use this tool over alternatives, nor does it provide exclusions or prerequisites.

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/KB01111/research-mcp'

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