Skip to main content
Glama
SanNw

mcp-indesign

by SanNw

get_document_info

Retrieve detailed information about any InDesign document by name or the active document to inspect its properties and content.

Instructions

Gets detailed information about an InDesign document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentYesDocument name (for example, 'my_doc.indd') or 'active' for the active document
Behavior2/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It only says 'Gets detailed information,' which implies a read operation, but it does not state whether the tool modifies anything, what 'detailed information' includes, whether it requires an open document, or how errors are handled.

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 a single, direct sentence with no filler or redundant wording. It is concise and front-loaded, though it omits substantive details that would make it more helpful.

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?

The tool has no output schema and no annotations, but the description does not explain what 'detailed information' consists of or what the agent should expect in the response. Since the schema covers the only parameter well, the main gap is the lack of return-value or behavioral context.

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% for the single parameter, and the schema already explains 'document' with an example and the special 'active' value. The tool description adds no extra meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 states a specific action ('Gets detailed information') and a clear resource ('an InDesign document'), making the tool's core purpose understandable. It does not explicitly distinguish itself from siblings like list_documents or get_page_info, but the 'document' vs 'page' distinction is reasonably inferable.

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 given about when to use this tool versus alternatives such as list_documents or get_page_info. There are no exclusions, prerequisites, or usage conditions beyond what the parameter schema implies.

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