Skip to main content
Glama

Get Content Bulk

get_content_bulk

Retrieve up to 50 content items by their IDs in configurable batches, with options to select fields and control missing-item handling.

Instructions

Retrieve multiple content items by IDs efficiently with batch processing and error handling

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
excludeNoFields to exclude from response
includeNoFields to include in response
item_idsYesArray of content item IDs to retrieve (1-50 items)
batch_sizeNoItems processed per batch (1-20)
fail_on_missingNoWhether to fail if any items are missing
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It vaguely mentions 'batch processing and error handling' but does not explain failure modes, partial results, missing-item behavior, or authentication needs. This is a significant gap for a bulk operation.

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 a single, compact sentence that front-loads the core action. However, vague terms like 'efficiently' and 'error handling' add little specific value and could be replaced with more concrete details.

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?

With no output schema and no annotations, the description is not complete for a tool of this complexity. It does not address expected return values, behavior on missing IDs (though parameter fail_on_missing hints at it), or any limits beyond the schema, leaving the agent under-informed.

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 input schema provides 100% coverage with descriptions for all five parameters, so the description adds little beyond referencing IDs. The schema carries the semantic weight, making the value added by the description minimal.

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 retrieves multiple content items by IDs, which is a specific verb+resource+scope. It distinguishes itself from sibling tools like get_content_item by focusing on bulk retrieval.

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 for retrieving multiple items by IDs, but it does not explicitly compare to alternatives like get_content_item or search_content, nor does it mention when not to use this tool.

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/rbonestell/ap-mcp-server'

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