Skip to main content
Glama

open_stencil

Opens a Visio stencil (shape library) by built-in name, absolute path, or fuzzy match in My Shapes, exposing its masters for placement in diagrams.

Instructions

Open a stencil (shape library) so its masters can be dropped.

Accepts a built-in name ('BASFLO_U.VSSX' basic flowchart, 'PERIPH_U.VSSX' peripherals...), an absolute path, or a fuzzy name matched against files in the My Shapes folder (where downloaded Azure/AWS stencil packs live).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_or_pathYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the accepted input forms and the intended effect (masters become droppable), but does not mention side effects, prerequisites (e.g., whether a document must be open), or failure behavior. This is moderate transparency for a simple open operation.

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?

Two sentences with no wasted words. The purpose is front-loaded, and the parameter details appear in a clearly separated second sentence. Every clause earns its place.

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?

For a single-parameter tool with no output schema, the description covers the main calling concerns: what input to provide and what happens after the call. It is slightly incomplete because prerequisites (e.g., needing an open document) and possible error conditions are not addressed, but overall it is sufficient for the tool's simplicity.

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

Parameters4/5

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

Schema coverage is 0%, so the description must compensate. It does so by explaining all three acceptable formats for name_or_path: built-in names with examples, absolute path, and fuzzy match against My Shapes folder. This gives the agent concrete guidance beyond the bare schema.

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?

States a specific verb ('Open') and a specific resource ('stencil (shape library)'), and explains the resulting capability ('so its masters can be dropped'). This clearly distinguishes it from sibling tools like find_masters, drop_shape, and create_document.

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 use case (opening a stencil to use its masters) and gives useful input context (built-in names vs My Shapes folder). However, it does not explicitly contrast with alternatives or state when not to use it, leaving some inference to the agent.

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/jagarlamudisrinath/visio-mcp'

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