Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

onyx_search

Read-onlyIdempotent

Search strategy research, blueprints, skills, and live bot logs using natural language queries. Returns ranked documents with relevance scores.

Instructions

Semantic search over the AlgoChains Onyx knowledge base: 400+ strategy research JSONs, 45+ blueprints, 126 skills, live bot logs. Returns ranked documents with relevance scores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesNatural language search query
document_setNoOptional: filter to a document set (research, blueprints, skills, logs)
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, indicating a safe read operation. The description adds context about the type of content and that results are ranked with relevance scores, which is consistent and provides additional behavioral insight without contradicting annotations.

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 concise with two sentences, front-loading the action and scope. Every word adds value, and there is no unnecessary information.

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 semantic search tool with moderate schema coverage and annotations, the description covers essential aspects: what is searched, the type of content, and the return format (ranked documents with scores). It does not mention pagination or result structure, but given no output schema, this is acceptable. Nearly complete.

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?

The input schema has 67% parameter description coverage (query and document_set have descriptions, limit has only a default). The description does not elaborate on these parameters beyond what the schema provides, so it adds marginal value. A score of 3 is appropriate as the schema does moderate 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?

The description clearly states the action ('semantic search'), the target resource ('AlgoChains Onyx knowledge base'), and specifies the scope with concrete counts ('400+ strategy research JSONs, 45+ blueprints, 126 skills, live bot logs'). It distinguishes itself from sibling search tools like 'search_prediction_markets' and 'search_skills' by focusing on the broader knowledge base.

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?

The description implies usage for finding relevant documents but does not explicitly state when to use this tool versus alternatives (e.g., other search tools in the sibling list). There is no mention of when not to use it or any prerequisites, leaving room for ambiguity.

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/AlgoChains/algochains-mcp-server'

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