Skip to main content
Glama

fetch

Retrieve stored HTTP request/response pairs by ID, name, or shortcut, with support for regex search in response bodies and pagination.

Instructions

Retrieve a stored request/response by ID or name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoRequest UUID or shortcut: last (most recent) prev (second most recent) prev:N (Nth from latest)
grepNoRegex to search in response body
nameNoSaved name to fetch
partNoWhat to return: meta request response both (default both)
limitNoMax body bytes to return (default 102400)
offsetNoBody byte offset for pagination
max_match_bytesNoBound grep output to ~N bytes per match (a window around each match) and omit the full body. For grepping large single-line/minified assets. 0 = default per-line grep.
Behavior2/5

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

With no annotations, the description carries full burden but only states 'Retrieve'. It does not disclose whether it is read-only, error behavior (e.g., missing ID), or any side effects. Some behavioral details are in the input schema (e.g., grep, limit) but not in the 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that directly states the purpose. It is front-loaded and efficient, though it could be slightly expanded for clarity without becoming verbose.

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?

Despite having 7 parameters and no output schema or annotations, the description only provides minimal context. It lacks explanation of return values, pagination behavior, and advanced features like grep, making it incomplete for the tool's complexity.

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 documents all parameters. The description adds no extra meaning beyond mentioning 'ID or name'. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Retrieve' and the resource 'stored request/response', with specific identifiers (ID or name). However, it does not distinguish it from sibling tools like 'search' or 'hunt', which may have overlapping functionality.

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?

No guidance is provided on when to use this tool versus alternatives. Given the many sibling tools (e.g., search, hunt, profile), the absence of usage context leaves the agent without decision support.

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/Kjopstad-IT/rqwstr-mcp'

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