Skip to main content
Glama
epam

TimeBase MCP

Official
by epam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_timebase_instancesA

List configured TimeBase server instances.

get_server_configurationA

Get the MCP server runtime configuration, some TB server configuration fields may be undefined or have default value until the first connection is established.

get_timebase_statusA

Get TimeBase version, license, and runtime environment. Limited TimeBase server versions support.

list_timebase_activityA

List active cursors, loaders, connections, and locks. Limited TimeBase server versions support.

get_timebase_activity_detailA

Get details for one cursor, loader, connection, or lock. Limited TimeBase server versions support.

list_streamsA

List available TimeBase streams with their descriptions

get_stream_schemaA

Get the schema of a specific stream

get_stream_time_rangeB

Get the time range of a specific stream in UTC

list_stream_spacesA

List spaces for a specific TimeBase stream

get_stream_space_time_rangeA

Get the time range of a specific stream space in UTC

get_stream_symbolsB

Get the symbols of a specific stream

get_stream_messagesA

Get the first or last N messages from a stream

execute_queryB

Execute a TimeBase QQL query

compile_queryA

Compile TimeBase QQL query. Returns parser-level diagnostics only (not full semantic/logical validation). error_token is the first unexpected token, which may be after the actual root cause.

list_qql_functionsA

List QQL function signatures supported by the connected TimeBase server

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
stream_catalogResource listing streams and descriptions.

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