Skip to main content
Glama
OpenWeb-Ninja

OpenWeb Ninja MCP

Official

subscribe

Resolve subscription errors (401/403/429) by subscribing your API key to an API's free tier. Specify the API/tool id to enable its tool, then retry the original call.

Instructions

Subscribe the current OpenWeb Ninja API key to an API's free (BASIC) tier so that API's tool can be used. Call this when another tool returns a subscription/entitlement error: HTTP 401/403, or a 429 "Too Many Requests" when you have not subscribed to that API yet. Pass api_id = the name of the tool you want to use (e.g. "realtime_image_search"). Free tier only: it never incurs charges and will not alter an existing paid subscription. After it succeeds, wait a few seconds for it to take effect, then retry the original tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_idYesThe id of the API/tool to subscribe to (same as the tool name, e.g. "jsearch").
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses key traits: free tier only, never incurs charges, will not alter an existing paid subscription, and that effects take a few seconds. It lacks explicit statement about failure modes if already subscribed, but covers the most critical behaviors.

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 and well-structured, front-loading the purpose, then usage triggers, parameter guidance, and caveats. Every sentence adds value with no redundancy or filler.

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?

For a single-parameter tool with no output schema, the description is nearly complete. It covers when to use, how to pass the parameter, cost/impact, and post-action behavior. It could explicitly state the success/error response format, but the lack of output schema is compensated by clear action guidance.

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?

The schema already provides 100% coverage with a clear description of api_id. The description adds an example ('realtime_image_search') that reinforces the mapping but does not introduce new semantics beyond the schema. Baseline of 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?

The description clearly states the tool's purpose: 'Subscribe the current OpenWeb Ninja API key to an API's free (BASIC) tier' with the goal of enabling use of that API's tool. It also provides a concrete example of an api_id, making it distinct from sibling data retrieval tools.

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?

The description explicitly states when to call this tool: 'Call this when another tool returns a subscription/entitlement error: HTTP 401/403, or a 429 Too Many Requests when you have not subscribed to that API yet.' It also provides post-success guidance to wait and retry, leaving no ambiguity about usage timing.

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