Skip to main content
Glama

List Requests

xbrush_list_requests
Read-onlyIdempotent

List recent XBrush API requests to monitor their status and results. Retrieve paginated history with optional limit and cursor.

Instructions

List recent XBrush API requests with status and results.

Args: limit (int, optional): Number of requests (1-100). Default: 20. cursor (string, optional): Pagination cursor from previous response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of requests to return (1-100). Default: 20.
cursorNoPagination cursor from a previous response.
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds behavioral context beyond these annotations: it emphasizes 'recent' (implying temporal ordering) and includes pagination via a cursor, which are useful behavioral traits. It does not detail rate limits or response format, but that is partially mitigated by the annotations.

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 concise and front-loaded with the primary purpose, followed by a clear args list. It contains no redundant or verbose phrases, and every sentence serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with optional parameters and strong annotations, the description is fully adequate. It explains the returned content (status and results), pagination via cursor, and the default/range for limit. No output schema exists, but the description covers the essential details needed to invoke the tool successfully.

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?

Schema description coverage is 100%, so the schema already fully documents both parameters. The description's parameter section merely repeats the schema's descriptions (limit and cursor) without adding extra meaning, such as how the cursor is obtained or what happens if the limit is exceeded.

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 lists recent XBrush API requests with status and results. The verb 'list' and resource 'requests' are specific, and it distinguishes itself from sibling xbrush_get_request by focusing on a collection of recent requests.

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 listing recent requests but does not explicitly mention when to use this tool instead of alternatives like xbrush_get_request or how to handle pagination pitfalls. There is no explicit exclusion or comparison with sibling tools, so guidance is only implied.

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/lweight/xbrush-api-mcp'

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