Skip to main content
Glama
OpenWeb-Ninja

OpenWeb Ninja MCP

Official

realtime_books_data

Search books and retrieve metadata from major book sources. Use a query to get book details from multiple platforms.

Instructions

Book search with metadata across major book sources.

Operations (set "operation" to one of these; put its parameters in "args"):

  • search (required: query): Search Books

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoParameters for the chosen operation as key/value pairs (see the tool description for required params).
operationYesWhich endpoint to call. See the tool description for each operation and its parameters.
Behavior2/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 of behavioral disclosure. It only says 'Search Books' and mentions metadata, but does not explain what is returned, whether results are live or cached, any rate limits, or output format. This is minimal and leaves important behavior undisclosed for a data-fetching tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and to the point, using a bullet for the operation. It is concise and front-loaded with the main purpose. However, it could be slightly more structured by explaining the operation parameters clearly; the current style is efficient but not overly elaborate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description is insufficient. It does not describe the return value, result format, pagination, or any additional behavior. For a tool that searches real-time book data, an agent would need context on what 'metadata' includes or how results are delivered. The completeness is lacking.

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

Parameters4/5

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

The input schema has a generic 'args' object with 'additionalProperties: true' and defers parameter details to the description. The description clearly specifies that 'search' requires 'query', which is essential for an agent to invoke the tool correctly. This adds meaning beyond the schema, which does not enumerate per-operation parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Book search with metadata across major book sources', which identifies the tool's domain and purpose. The operation 'search' is explicit. While it doesn't explicitly distinguish itself from sibling real-time tools, the noun 'books' makes the scope unambiguous.

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 (when you need book data) but does not provide explicit guidance on when to use this tool versus alternatives or any exclusions. There is no mention of supporting use cases or non-goals, so usage context is only implicit.

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/OpenWeb-Ninja/openwebninja-mcp'

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