Skip to main content
Glama
Gribiche64

vw-bridge

by Gribiche64

set_active_file

Point the watcher at a Lightwright Data Exchange XML file to enable querying Vectorworks Spotlight fixture data. Specify the path to the .xml Vectorworks exports alongside the .vwx.

Instructions

Point the watcher at a Lightwright Data Exchange XML file.

The file is the .xml that Vectorworks writes alongside your .vwx (in the same folder) when "Use automatic Lightwright Data Exchange" is enabled in Spotlight Preferences. It updates whenever you switch focus away from Vectorworks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects, but it only describes the file's provenance and update behavior. It does not state whether the path is validated, whether the previous active file is replaced, or what happens if the file does not exist.

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?

The description is short and front-loaded with the action; the second paragraph adds relevant context about file location and freshness rather than padding. Slightly more detail on the parameter would be welcome, but structure is clean.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a state-changing tool with no annotations and no parameter help, the description is incomplete: it never explains that this file becomes the active context for other Lightwright tools or how the 'watcher' behaves. The output schema covers return values, but the active-file workflow is left implicit.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description never mentions the required 'path' parameter directly. The file background helps infer that path should point to the Lightwright XML, but the description does not explain path format, absolute vs relative, or that it is mandatory.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a concrete action, 'Point the watcher at a Lightwright Data Exchange XML file,' naming the resource and making clear this is a setter rather than get_active_file. It could be more explicit about setting the active file used by subsequent tools, since 'watcher' is unexplained.

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 the intended use by explaining what the XML file is and when Vectorworks updates it, but it never states when to prefer set_active_file over sibling tools or that it should be called before operations like list_plots. This is clear context without explicit exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Gribiche64/vectorworks-bridge'

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