Skip to main content
Glama

run_tcl_command

Execute any TCL command in a persistent Vivado session and get its output. Starts a session automatically if needed.

Instructions

Send an arbitrary TCL command to the persistent Vivado session and return its output. Auto-starts a session if none exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesThe TCL command to execute in Vivado.
timeoutNoOptional per-command timeout in seconds.
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the auto-start behavior, which is a key trait. However, it does not mention potential side effects of arbitrary TCL commands, error handling, or session state management, leaving some behavioral gaps.

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, front-loaded with the primary action followed by the auto-start note. Every word is purposeful, with no redundancy or unnecessary details.

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 the tool's moderate complexity (2 parameters, no output schema), the description covers the main inputs and outcome. It lacks details on output format, but the statement 'return its output' is sufficient for a command execution tool with sibling tools managing sessions.

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%, so the schema already documents both parameters. The description adds little beyond stating 'arbitrary TCL command' and 'persistent Vivado session,' but does not enhance parameter meaning beyond the schema definitions.

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 'Send an arbitrary TCL command to the persistent Vivado session and return its output,' which specifies the verb (send, return) and resource (TCL command to Vivado session). It distinguishes from sibling tools (session_status, start_session, stop_session) by focusing on command execution.

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 by stating 'Auto-starts a session if none exists,' suggesting this tool can be used without manually starting a session. However, it does not explicitly mention when to use alternatives like session_status or start_session, leaving some implicit guidance.

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/Emanuel-Clearfield/Vivado_MCP_Windows'

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