tb-query
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TB_QUERY_EVENTS_PATH | No | Path to a default directory containing TensorBoard event files. When set, the MCP server exposes an event_files resource listing event files from this directory. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| queryA | Query scalar data from a TensorBoard event file. This will return all the data inside the Tensorboard event files. The result for a long training is very big and can
consume all your context limit if not properly filtered by
|
| list_tagsA | Get all available scalar tags from a TensorBoard event file with optional filtering.
|
| find_eventsA | Find all TensorBoard event files in the specified directory and its subdirectories. Use this endpoint when you don't know the available events or user has not given you any event file name to analyze. |
| tag_stepsA | Get the steps for each specified tag from a TensorBoard event file.
|
| tag_statsA | Get statistical measures (min, max, mean, std) for each specified tag's values. |
| correlationB | Calculate the correlation between scalar tags in a TensorBoard event file It will provide correlation for the given tag(s) with other tags in the tensorboard data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| EventFiles | Shows all the event files available since last training run. |
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/Alir3z4/tb-query'
If you have feedback or need assistance with the MCP directory API, please join our Discord server