Skip to main content
Glama

get_type_vocabulary

Retrieve the complete vocabulary for a specified diagram type, including all element kinds with their Visio masters, default sizes, and styling, to build valid nodes.

Instructions

Return the full element vocabulary for one diagram type: each kind's Visio master, default size (px @96dpi), and default styling. Use this to build nodes with valid "kind" values for the chosen type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diagram_typeYesDiagram type key, e.g. "activity" or "flowchart".

Schema Changelog

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

  1. Addedv0.2.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden. It clearly indicates a read operation via 'Return' and describes the output content. It does not explicitly state non-mutating behavior or error handling, but 'Return' strongly implies a safe query. It adds context about the data format (px @96dpi) which is beyond the schema.

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, no wasted words. The first sentence front-loads the primary function and output details; the second gives a clear usage directive. Ideal length and structure.

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 tool with a single parameter and no output schema, the description adequately specifies what is returned (each kind's Visio master, size, styling) and why (build nodes with valid kind values). It could mention behavior on invalid diagram types or explicitly confirm read-only status, but these are minor gaps.

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%: diagram_type is described as 'Diagram type key, e.g. 'activity' or 'flowchart'.' The description reinforces this with 'for one diagram type' and 'for the chosen type,' but adds no new parameter-level details beyond the schema. Baseline of 3 applies.

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 action ('Return') and the resource ('the full element vocabulary for one diagram type'), and enumerates the specific content (Visio master, default size, default styling). It distinguishes itself from siblings like list_diagram_types by focusing on the vocabulary of a single type rather than the list of types.

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 provides a clear use case: 'Use this to build nodes with valid kind values for the chosen type.' It explains when to call it, but does not explicitly state when not to use it or name alternatives. This is clear context without exclusions.

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/SONA-LK/VISIO-MCP'

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