Skip to main content
Glama

simulation_stream

Read persisted simulation events in stream order. Use offset and limit to page through long runs without materializing the full event log.

Instructions

Read persisted simulation events in stream order. Paginated — use offset/limit to page through long runs instead of materializing the full event log.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum events to return (default 200).
runIdYesSimulation run id.
offsetNoSkip this many events from the start.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the read-only nature and pagination behavior, but does not discuss ordering guarantees, performance implications, or return format. With zero annotations, more detail would be warranted for a higher score.

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 two sentences that front-load the core purpose and immediately follow with key usage guidance. Every word earns its place; no fluff.

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

Completeness3/5

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

The description covers the main behavior and pagination, but lacks details on output structure (no output schema), ordering key, or performance characteristics. For a moderate-complexity tool with no annotations, additional context would improve completeness.

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?

The input schema already describes all three parameters (100% coverage). The description adds value by explaining how offset/limit should be used together for pagination, giving practical guidance beyond the schema's individual parameter descriptions.

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 identifies the action ('Read') and the resource ('persisted simulation events in stream order'), distinguishing it from siblings like simulation_transcript or simulation_compare by emphasizing stream order and pagination.

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 explicitly advises using offset/limit for pagination to avoid materializing the full event log, providing clear usage guidance. It does not explicitly state when not to use this tool or mention alternatives, but the pagination advice covers a key use case.

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/sarveshsea/memi'

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