Skip to main content
Glama
epam

TimeBase MCP

Official
by epam

get_timebase_status

Read-only

Fetch TimeBase version, license, and runtime environment to confirm server status.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_keyNoTB instance key. Required when multiple TimeBase instances are configured.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
licenseNo
runtimeNo
versionNo
http_urlNo
securityNo
warningsNo
instance_keyYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds valuable context by disclosing a limitation: 'Limited TimeBase server versions support,' which is not evident from annotations. This goes beyond what annotations provide, though further details about exact version constraints or runtime behavior are absent.

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 extremely concise, composed of two short sentences. The first sentence immediately states the core purpose, and the second adds the key limitation. No filler or redundant content, every word contributes.

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?

For a simple status tool with one optional parameter and an existing output schema, the description is largely complete. It identifies the main data returned (version, license, runtime environment) and notes a limitation. Minor ambiguity remains about the exact version support caveat, but overall the description is sufficient given the tool's simplicity and supporting structured data.

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%, with the instance_key parameter fully described in the schema. The description does not add any additional parameter-level meaning, but the schema already carries the semantic weight. This matches the baseline for high coverage.

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 tool's purpose with a specific verb ('Get') and concrete resource targets ('TimeBase version, license, and runtime environment'). It distinguishes itself from siblings like list_timebase_instances and get_server_configuration by focusing on status rather than listing or configuration.

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

Usage Guidelines3/5

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

The description implies usage: use this to retrieve TimeBase status. However, it does not explicitly state when to use this tool over alternatives, nor does it mention exclusions or conditions beyond the vague 'Limited TimeBase server versions support.' No comparison with sibling tools is provided, leaving the guidance at an implied level.

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