Skip to main content
Glama

List shapes

visio_list_shapes
Read-only

Lists shapes on a Visio page, returning each shape's ID, text, master, and center coordinates. Use this to identify shapes for subsequent editing operations.

Instructions

List the shapes on a page with their id, text, master and geometry.

This is the way to find the shape ids every editing tool needs. x and y are the centre of the shape in inches from the bottom-left of the page.

Args: page: Page name or 1-based index. Omit for the page on screen. document: File name or 1-based index. Omit for the active document. include_connectors: Set false to hide connector lines and see only the boxes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
documentNo
include_connectorsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.6/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds useful behavioral context beyond that: it reveals that x and y coordinates represent the shape's centre in inches from the bottom-left of the page, and that include_connectors can hide connector lines. This goes beyond the annotation's simple read-only flag and helps agents interpret output correctly.

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 well-structured and front-loaded: a one-sentence summary, a key usage note, a brief coordinate clarification, and a compact Args list. Every sentence adds value, and the length is appropriate for the tool's complexity.

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

Completeness5/5

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

Given the three optional parameters and the presence of an output schema, the description covers all necessary information: what the tool does, how to specify page and document, and how to control connectors. It also explains the coordinate system, so an agent can call the tool correctly without needing additional documentation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully compensate, and it does. The 'Args' section explains each parameter: page accepts a name or 1-based index with a default behavior, document similarly, and include_connectors controls whether connectors are returned. This is explicit, actionable guidance that the schema lacks.

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 ('List') and resource ('shapes on a page') with the data returned (id, text, master, geometry). The line 'This is the way to find the shape ids every editing tool needs' clearly distinguishes it from sibling tools that serve different purposes, such as visio_get_shape or visio_search_text.

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?

Provides a clear usage directive: 'This is the way to find the shape ids every editing tool needs' tells agents this is the go-to tool for obtaining shape IDs, which is critical for editing workflows. It does not explicitly contrast with alternatives like visio_get_shape or visio_search_text, so it stops short of a full when-not-to-use list, but the context is strong enough for an agent to select it appropriately.

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/isiec9ai/MCP'

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