Skip to main content
Glama

llm_request_list

Read-onlyIdempotent

List recent persisted sync and async LLM requests newest-first without a correlation id. Use returned correlationId or asyncJobId to fetch prompt/response or job status.

Instructions

List recent persisted requests (sync and async) newest-first WITHOUT a correlation id, to find one. Returns metadata only; pass a returned correlationId to llm_request_result for the prompt/response, or a returned asyncJobId to llm_job_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cliNoRestrict to one provider as recorded (claude, codex, gemini, grok, mistral, devin, cursor, or an API provider id)
limitNoMax rows to return (1-200)
sinceNoISO-8601 timestamp lower bound, e.g. 2026-08-21T00:00:00Z
sessionIdNoRestrict to one gateway session id

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv3.2.0

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the read-only/idempotent annotations, the description discloses that the tool 'Returns metadata only', that results are sorted 'newest-first', and that it covers both 'sync and async' requests. It also hints at the shape of the response by referencing correlationId and asyncJobId. No contradiction with 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?

Two tight sentences: the first defines the action and ordering, the second defines the return type and onward routing. No filler, every clause carries information.

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?

Although there is no output schema, the description compensates by telling the agent that the response is metadata-only and how to use the returned identifiers with llm_request_result and llm_job_status. All four optional parameters are fully documented in the schema, and the use case is clear, so nothing needed for a correct call is missing.

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%: each parameter (cli, limit, since, sessionId) already has a clear description with examples/ranges. The tool description adds no parameter-specific detail, so the baseline of 3 applies.

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 opens with a specific verb and resource: 'List recent persisted requests (sync and async) newest-first without a correlation id, to find one.' This states the exact purpose and distinguishes the tool from follow-up tools like llm_request_result and llm_job_status by naming the returned identifiers to pass along.

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

Usage Guidelines5/5

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

It gives an explicit when-to-use condition ('without a correlation id, to find one') and explicit routing for the results ('pass a returned correlationId to llm_request_result... or a returned asyncJobId to llm_job_status'). This tells an agent exactly how this list tool fits into the workflow and when to switch to an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/verivus-oss/llm-cli-gateway'

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