Skip to main content
Glama

page_generate_offset

Generate offset-based pagination for any entity with page numbers, total counts, and metadata. Configure framework, API key, and page sizes to produce pagination code.

Instructions

Generate offset-based pagination with page numbers, total counts, and metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityYesEntity/model name to paginate
api_keyNoAPI key for authentication
frameworkYesFramework or ORM
max_page_sizeNoMaximum allowed page size
default_page_sizeNoDefault page size
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 does not state whether this tool writes files, returns code snippets, requires prior setup, or has side effects. The only behavioral hints are the parameter descriptions in the schema, not the tool description itself.

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 a single focused sentence that front-loads the core purpose and lists the main output characteristics. There is no redundancy or filler.

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 annotations, no output schema, and no guidance about what the generated output looks like or how it is delivered, the description is incomplete for an agent deciding whether and how to invoke this tool. It also fails to mention the API key authentication requirement that is present in the schema.

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 provides 100% description coverage for all five parameters, so the baseline is 3. The description adds some high-level context about pagination output but does not deepen understanding of how parameters like max_page_size or default_page_size interact with the generated result.

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 uses a specific verb ('Generate') and a specific resource ('offset-based pagination'), and spells out the key artifacts (page numbers, total counts, metadata). It clearly distinguishes itself from sibling tools like page_generate_cursor and page_generate_keyset by naming the pagination strategy.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explain when to choose offset-based pagination over cursor-based or keyset-based alternatives. It leaves the decision entirely to the agent, with no mention of trade-offs, use cases, or exclusions.

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/barnburner121/claude-plugin-marketplace'

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