Skip to main content
Glama
colecantu904

virtuous-mcp

by colecantu904

read_paged_request

Automatically pages through read-only GET endpoints that use skip/take parameters, collecting all records from list-style API calls until the total is reached or a max_records limit.

Instructions

Auto-page arbitrary read-only GET endpoints that use skip/take.

Use for list-style GET endpoints such as /api/Contact/ByTag/{tagId} or /api/OrganizationGroup/{id}/contacts. If the first response is not a {"list": [...], "total": N} envelope, the original response is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRead-only GET API path beginning with /api/.
paramsNoOptional query params other than skip/take.
page_sizeNoGET records per page (max 1000).
max_recordsNoStop after this many records (hard cap 10000).
Behavior3/5

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

No annotations, so description bears full burden. Discloses auto-paging and envelope expectation, but doesn't explain how it modifies requests (e.g., adding skip/take params) 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?

Two sentences, front-loaded with key idea, no wasted words. Every sentence contributes essential information.

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?

No output schema, but description explains return behavior (original or paginated envelope). Does not cover error handling or edge cases, but sufficient for typical use.

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%, so baseline is 3, but description adds significant value by explaining the tool's purpose and expected return format, 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 clearly states the tool auto-pages read-only GET endpoints that use skip/take, giving specific verb and resource. It distinguishes from siblings like read_request by focusing on paging.

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

Usage Guidelines4/5

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

Provides explicit use cases (list-style GET endpoints) and explains the expected response envelope. Does not explicitly state when not to use, but context with siblings makes it clear.

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/colecantu904/virtuous-mcp'

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