Skip to main content
Glama
epam

TimeBase MCP

Official
by epam

get_timebase_activity_detail

Read-only

Retrieve detailed information about a specific cursor, loader, connection, or lock in TimeBase by its ID and kind. Use this to inspect activity objects and diagnose issues.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCursor/loader numeric id, connection client id, or lock id/guid/client id.
kindYesActivity object kind to inspect.
instance_keyNoTB instance key. Required when multiple TimeBase instances are configured.
instrument_limitNoInstrument page size when include_instruments is true.
instrument_filterNoOptional instrument filter when include_instruments is true.
instrument_offsetNoInstrument page offset when include_instruments is true.
include_instrumentsNoFor cursor/loader details, include an instrument page.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
detailYes
warningsNo
instrumentsNo
instance_keyYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent understands this is a safe read operation. The description adds the version limitation and single-object scope, which is useful context, but it does not disclose potential error behaviors or instrument pagination details. This aligns with the calibration example where annotations cover safety and the description adds modest context.

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 with no filler, front-loading the core purpose. Every word contributes to tool selection or invocation context.

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?

The tool has a full schema with all parameters documented, an output schema, and annotations. The description covers the core behavior and version caveat, which is sufficient for an agent to select and call it. It could explicitly mention usage relative to list_timebase_activity, but that is not essential given the tool name and context.

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 all 7 parameters fully described in the input schema. The description only references the kinds, which mirrors the enum, and adds no additional parameter syntax or usage details beyond what the schema already provides.

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 uses the specific verb 'Get details' and explicitly lists the target resource types: cursor, loader, connection, or lock. This clearly differentiates it from sibling tool list_timebase_activity which lists activity objects.

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 usage for a single activity object rather than a list, giving clear context. It also notes the 'Limited TimeBase server versions support' caveat, but does not explicitly name alternative tools for scenarios where this tool is inappropriate.

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