Skip to main content
Glama
iwaokimura

zbmath-mcp

by iwaokimura

search_documents

Search zbMath Open for mathematical publications using free-text queries. Get results with metadata such as title, authors, year, journal, MSC codes, and review excerpt.

Instructions

Search zbMath Open for mathematical documents using a free-text query.

Args: query: Free-text search string, e.g. "Riemann hypothesis" or "spectral theory elliptic operators". results_per_page: Number of results to return (1–100, default 10). page: Zero-based page index for pagination (default 0).

Returns: JSON string containing total result count and a list of matching documents, each with id, title, authors, year, journal, MSC codes, a short review excerpt, and a zbMath URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
queryYes
results_per_pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/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 transparently describes the return format (JSON string with fields) and pagination behavior. The tool is clearly read-only with no destructive effects mentioned.

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 at three sentences plus a Returns paragraph, well-structured with clear Args/Returns sections. Every sentence adds value with no wasted words.

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?

The description is comprehensive for a search tool with three parameters and an output schema. It covers query syntax, pagination, result fields, and includes an example. No additional context is needed for correct tool invocation.

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?

The input schema has 0% description coverage, so the description is essential. It thoroughly explains all three parameters, including the free-text nature of query, the range and default for results_per_page, and the zero-based page index. This adds significant meaning beyond the schema.

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 zbMath Open for mathematical documents using a free-text query. It explicitly distinguishes from sibling tools like get_document and structured_search by focusing on free-text search.

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 provides clear usage context with parameter details (query, results_per_page, page) and describes pagination. However, it does not explicitly state when to use this tool versus alternatives, which are sufficiently different to imply usage but not explicitly stated.

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/iwaokimura/zbmath-mcp'

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