Skip to main content
Glama

midnight-search-compact

Read-onlyIdempotent

Semantically search Compact smart contract code to locate circuit definitions, witness functions, ledger declarations, and best practices for Midnight blockchain development.

Instructions

Semantic search across Compact smart contract code and patterns. Use this to find circuit definitions, witness functions, ledger declarations, and best practices for Midnight smart contracts.

USAGE GUIDANCE: • Call at most 2 times per question - if first search doesn't help, try different keywords • For comprehensive results, combine with midnight-search-docs • Use specific terms like "ledger", "circuit", "witness" for better matches

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language search query for Compact code
limitNoMaximum results to return (default: 10)
filterNoOptional filters

Output Schema

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

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

Annotations already provide readOnlyHint, idempotentHint, and openWorldHint, indicating safe, repeatable, and non-exhaustive behavior. The description adds that it performs semantic search, which is useful but not critical beyond annotations. No contradiction.

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?

Extremely concise: one sentence for purpose followed by a three-point bullet list. Information is front-loaded and every sentence adds value. No unnecessary words.

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 presence of an output schema, the description does not need to detail return values. It covers purpose, usage guidelines, and search scope. Minor omission: could mention that results are code snippets, but output schema likely covers that. Still highly 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?

Schema coverage is 100%, so the schema already documents all three parameters. Description includes usage tips that indirectly inform the 'query' parameter, but does not add specific semantics beyond what is in the schema. Baseline 3 is appropriate.

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?

Description clearly states it is for semantic search across Compact smart contract code and patterns, listing specific items like circuit definitions, witness functions, ledger declarations, and best practices. This distinguishes it from siblings like midnight-search-docs which search documentation.

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?

Explicitly provides when to use (search for Compact code) and when not (excessive calls limited to 2 per question), and suggests combining with midnight-search-docs for comprehensive results. Also gives keyword recommendations for better matches.

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