Skip to main content
Glama

inspect_last_response

Retrieve the complete HTTP response from a previous request call. Use the call_id from a compressed response, or omit to get the latest response.

Instructions

Recupera la respuesta HTTP completa de una llamada previa de request cuando la versión comprimida no basta. Usa el call_id que aparece en el campo call_id de la respuesta comprimida. Sin call_id devuelve la más reciente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
call_idNoID devuelto en el campo 'call_id' de una response comprimida. Si se omite, devuelve la última response guardada (warning si hay varias en los últimos 5s).
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the read-only nature (returns response, no mutations), explains the dependency on compressed responses, and warns about multiple recent responses if 'call_id' is omitted. No contradictions detected.

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 two sentences in Spanish, front-loaded with the main purpose. It is concise but could be more compact without losing clarity. Structure is effective.

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?

Given no output schema, the description adequately explains the return content (full HTTP response) and parameter usage. It lacks explicit mention of response format (headers, body) but the context of 'HTTP response' is generally understood. Completes the picture for a targeted retrieval tool.

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 coverage is 100% for the single parameter 'call_id', with a thorough description. The tool description adds only context (the relationship to compressed responses) beyond the schema. Baseline of 3 is appropriate since schema already explains the parameter well.

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 the full HTTP response from a previous 'request' call when the compressed version is insufficient. It specifies the action (recupera/inspect), the resource (last response), and distinguishes it from related tools like 'request' which likely returns compressed responses.

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?

The description provides explicit guidance on when to use (when compressed version is insufficient) and how to supply the 'call_id' parameter, including behavior when omitted (returns most recent). It implicitly suggests using it as a fallback to 'request'. Could mention alternatives or when not to use, but overall 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/cocaxcode/api-testing-mcp'

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