Skip to main content
Glama

get_stream

Retrieve details of a real-time stream: description, update interval, and recent data samples to examine payload structure.

Instructions

Get details for a specific real-time stream including description, update interval, and the last 5 data samples to understand the payload shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stream_idYesThe stream ID (e.g. 'stream-id-alpha-774'). Get IDs from list_streams.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns description, update interval, and last 5 data samples, which is good behavioral context. It does not explicitly state it is a read-only operation, but 'Get' implies that. No contradictions exist.

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 a single sentence that efficiently communicates the tool's purpose and return value. It is front-loaded with the verb and resource, and every part adds value without redundancy.

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?

Given the tool's simplicity (1 parameter, no output schema, no nested objects), the description fully covers what the tool does and what it returns. It mentions the key pieces of information returned (description, update interval, last 5 samples), making it complete for an agent to understand and invoke the 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?

The input schema has 100% coverage with a clear description for stream_id, including an example and guidance to get IDs from list_streams. The tool description adds no additional parameter-specific information beyond the schema, so baseline 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 clearly states the verb 'Get' and the resource 'details for a specific real-time stream', listing specific fields (description, update interval, last 5 data samples). This distinguishes it from sibling tools like list_streams, which lists streams rather than retrieving details for a single stream.

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 implies when to use this tool: when you need detailed payload information and recent samples for a specific stream. However, it does not explicitly state when not to use it or mention alternatives beyond the schema hint to get IDs from list_streams. The context is clear but lacks explicit exclusions.

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/soccervortex/omnistream-mcp'

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