Skip to main content
Glama
SanNw

mcp-indesign

by SanNw

list_styles

Retrieve paragraph, character, object, table, or cell styles from the active InDesign document to inspect available formatting options.

Instructions

Lists paragraph, character, and other styles in the active document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleTypeNoStyle typeparagraph
Behavior4/5

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

With no annotations, the description carries the full burden. It clearly indicates a read-only listing operation on the active document, which is the key behavioral trait. However, it does not mention whether only one style type is returned at a time or whether the output is limited by the default styleType.

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 a single clear sentence with no unnecessary words. It front-loads the core action and resource, making it easy to scan.

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 simple one-parameter tool, the description plus input schema is mostly sufficient. It lacks an explicit note about the default styleType behavior and what the returned list contains, but the schema fills the main gap and the tool is low complexity.

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 parameter is already fully documented via the enum and the 'Style type' description. The description mentions paragraph and character styles, which partially mirrors the enum, but it adds no meaningful semantics beyond the schema.

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 uses the specific verb 'Lists' and names the resource: paragraph, character, and other styles in the active document. It is clear enough to distinguish from action-oriented siblings like apply_style or list_colors, but it does not explicitly differentiate itself from any sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use this tool versus alternatives, such as apply_style or list_colors. The intended context is only implied by the verb 'Lists' and the resource name, not explicitly stated.

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/SanNw/Indesign-MCP'

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