Skip to main content
Glama

Log a performance to the vault

log_performance

Capture a dated performance log with network snapshot and optional preview thumbnail to archive show notes in the vault.

Instructions

Capture a dated performance-journal entry in the vault: a network snapshot (node/connection counts + any errors) and an optional preview thumbnail, written to Performances/-.md. Build a diary of your shows. Requires TDMCP_VAULT_PATH.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoShort title for the entry (e.g. venue or set name).
comp_pathNoNetwork to snapshot for the log./project1
output_pathNoTOP to capture as the entry's thumbnail.
notesNoFree-form notes: what played, what worked.
widthNo
heightNo
Behavior4/5

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

Annotations indicate non-destructive (destructiveHint=false) and open world (openWorldHint=true). Description adds file naming details and optional thumbnail behavior, consistent with annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is two sentences plus file path detail, clear and front-loaded. Efficient but could be slightly more concise; no waste.

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 6 parameters, no output schema, and annotations, the description covers purpose, output location, and requirement. Lacks error handling or prerequisite details beyond vault path, but sufficient for basic usage.

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 covers 67% of parameters with descriptions; tool description only adds context about 'optional preview thumbnail' for output_path. No additional meaning beyond schema for other parameters, so baseline 3 is appropriate.

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 logs a performance-journal entry with a network snapshot and optional thumbnail, written to a dated file. It distinguishes from siblings like snapshot_td_graph by emphasizing the journal aspect and specific file path.

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 building a diary of shows and requires TDMCP_VAULT_PATH. It provides context but lacks explicit when-not-to-use or alternative comparisons, though the purpose is clear enough for an agent.

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/Pantani/tdmcp'

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