Skip to main content
Glama

midnight-search-docs

Read-onlyIdempotent

Full-text search across official Midnight documentation to find guides, API docs, and conceptual explanations for blockchain development.

Instructions

Full-text search across official Midnight documentation. Use this to find guides, API documentation, and conceptual explanations about Midnight blockchain and the Compact language.

USAGE GUIDANCE: • Call at most 2 times per question - use different keywords if first search fails • For code examples, combine with midnight-search-compact or midnight-search-typescript • Use category filter to narrow results (guides, api, concepts)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesDocumentation search query
categoryNoFilter by documentation category (default: all)
limitNoMaximum results to return (default: 10)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesArray of search results
totalResultsYesTotal number of results returned
queryYesThe search query used
warningsNoAny warnings about the search
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, openWorldHint. Description adds usage limits (max 2 calls) and hints about combining with other tools, providing behavioral context beyond 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 a single clear main sentence and bullet points for usage guidance. No wasted words, well-structured.

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 complexity (full-text search), presence of output schema, and annotations, the description is complete. It covers purpose, usage, behavioral traits, and collaboration with sibling tools.

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 coverage is 100%, so baseline is 3. Description adds minimal parameter detail beyond schema (mentions category filter but not new info). Usage guidance about different keywords is useful but not parameter-specific.

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 performs full-text search across official Midnight documentation, specifying the resource and action. It distinguishes from siblings by mentioning alternative search tools for code examples (midnight-search-compact, midnight-search-typescript).

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?

Provides explicit guidance on when to use: call at most 2 times per question, use different keywords if first search fails, and narrow results with category filter. Includes specific alternatives for combining with other tools.

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/Olanetsoft/midnight-mcp'

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