Skip to main content
Glama
Epochal-dev

Open Notebook MCP Server

by Epochal-dev

search_capabilities

Search tools on this server with adjustable detail levels. Filter by query and limit results to efficiently locate specific tool capabilities.

Instructions

Search tools exposed by this server with progressive detail levels.

Args:
    query: Search query to filter tools
    detail: Level of detail - 'name' (minimal), 'summary' (default), or 'full' (complete)
    limit: Maximum number of results (1-50)

Returns:
    Dictionary with request_id, query, detail, count, matches, and hint fields

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
detailNosummary
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does not disclose behavioral traits beyond the description (e.g., auth needs, rate limits). The return dictionary is mentioned, but for a search tool this is adequate.

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 sentence for purpose, followed by clear Args and Returns sections. Every sentence adds value, and the structure is front-loaded.

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 low complexity (3 optional parameters, output schema exists), the description covers purpose, parameters, and return format completely. No missing details for an agent to use the tool effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description thoroughly explains all three parameters: query (search query), detail (enum levels), and limit (range 1-50). This adds significant meaning beyond the schema's property names and types.

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 searches for tools exposed by the server with progressive detail levels. It uses specific verb 'search' and resource 'tools/capabilities', and distinguishes from sibling 'search' which likely targets other content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes an Args section explaining the parameters and their defaults, providing clear context for usage. However, it does not explicitly mention when not to use this tool versus alternatives like 'search'.

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/Epochal-dev/open-notebook-mcp'

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