Inspect Batchloom
get_manifestRead the free product manifest, source-license price, endpoint limits and purchase/recovery instructions. Does not buy or sign anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_manifestRead the free product manifest, source-license price, endpoint limits and purchase/recovery instructions. Does not buy or sign anything.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering the safety profile. The description adds the content scope (what is read) and explicitly states it does not buy or sign, which are behavioral details beyond the annotations. It does not contradict the annotations; it reinforces them with additional context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that front-loads the action ('Read') and lists the specific content in a compact, comma-separated list. It includes a clarifying exclusion at the end. There is no filler or redundancy; every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, read-only tool with annotations already covering safety, the description is complete. It lists exactly what the tool retrieves and clarifies it does not take purchase/sign actions. Since there is no output schema, the description does not need to explain return format; the content scope is sufficient for an agent to decide when to call it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema is fully covered by definition (100% coverage). The description does not need to explain parameters, and it adds no parameter-specific information because there are none. According to the baseline for 0 parameters, a score of 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Read') and names the exact resource contents ('free product manifest, source-license price, endpoint limits and purchase/recovery instructions'). It also explicitly states what it does NOT do ('Does not buy or sign anything'), which distinguishes it from purchase or signing tools among the siblings. This is not a tautology; it is clear and specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (to read the manifest info) and implicitly excludes it from buy/sign operations, but it does not name alternative tools or give explicit when-to-use/when-not-to-use guidance. The statement 'Does not buy or sign anything' is a negative constraint rather than positive routing. So usage guidance is implied, not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.