Skip to main content
Glama

batch

Batch multiple wiki tool calls into one request to reduce per-request costs. Each operation is independent; one failure does not abort the batch.

Instructions

Execute multiple tool calls in a single request. Reduces tool-call count for LLM subscriptions that bill per-request (e.g. GitHub Copilot). Supports ANY combination of tools — e.g. read 5 wiki pages, write 3 pages, add 2 raw files, search, all in one call. Wiki index rebuild is automatically deduplicated (runs once at the end, not per-write). Each operation is independent — one failure does not abort the batch. Nested batch calls are not allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationsYesArray of operations to execute sequentially
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses wiki index rebuild deduplication and independence of operations, but does not mention safety aspects (e.g., possibility of destructive writes) or response format. Lacks warnings about auth or rate limits.

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 front-loaded with purpose, includes examples and constraints in a clear, concise manner. Every sentence adds useful information without redundancy.

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?

Given the tool's complexity (batch execution) and no output schema, the description covers key behaviors: operation independence, no nesting, deduplication. However, it does not describe the response structure, ordering beyond schema's 'sequentially', or potential limits on operation count.

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?

Schema coverage is 100% (operations array described), so baseline is 3. The description adds value by providing concrete examples of tool combinations and explicitly forbidding nested batch calls, which is not in 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 explicitly states 'Execute multiple tool calls in a single request,' providing a specific verb and resource. It distinguishes the batch tool from sibling tools by explaining its batching capability and use case for reducing per-request bills.

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 clearly indicates when to use the tool: 'Reduces tool-call count for LLM subscriptions that bill per-request (e.g. GitHub Copilot).' It also specifies supported operations (any combination), exclusion of nested batch calls, and behavior of independent operations with per-failure non-abort.

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/xinhuagu/agent-wiki'

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