Skip to main content
Glama
epam

TimeBase MCP

Official
by epam

get_stream_symbols

Read-only

Fetch symbols for a TimeBase stream using its stream key. Paginate through results with limit and cursor parameters.

Instructions

Get the symbols of a specific stream

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of symbols to return in this page
cursorNoOpaque cursor from a previous call's next_cursor; omit on first page
stream_keyYesStream key to inspect
instance_keyNoTB instance key. Required when multiple TimeBase instances are configured.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsNo
stream_keyYes
next_cursorNo
returned_countNo
symbols_changed_since_cursorNo
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, but the description adds no additional behavioral context. It does not mention pagination, performance, or any special constraints, which is a gap given the tool has a cursor/limit pagination pattern.

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, front-loaded with the verb and resource, with zero wasted words. It is appropriately concise for the information it conveys.

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 the rich input schema (all parameters described), output schema, and annotations indicating read-only safety, the description is mostly complete for operational use. The only missing element is explicit usage guidance, which is already penalized in the usage_guidelines dimension.

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 schema has 100% parameter description coverage, so the baseline is 3. The description's mention of 'specific stream' aligns with the stream_key parameter but adds no meaning beyond what the schema already provides for limit, cursor, or instance_key.

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 tool gets symbols for a specific stream, using the verb 'Get' and identifying the resource as 'symbols of a specific stream'. It distinguishes from sibling tools like get_stream_schema or get_stream_messages, but does not explicitly mention scope or filtering.

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?

The description provides no guidance on when to use this tool versus alternatives, and no mention of prerequisites or exclusions. It simply states a fact, leaving the agent to infer usage from the name and parameters.

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/epam/TimeBase-MCP'

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