Skip to main content
Glama
chyinan

MCP Word Commander

by chyinan

get_images_info

Retrieve metadata of all images in a Word document to understand their structure and position before reading the actual images.

Instructions

获取 Word 文档中所有图片的元信息,不返回图片内容。 用于在读取图片前了解文档中图片的结构和位置。

Args: file_path: 文档路径 include_tables: 是否包含表格中的图片 (默认True)

Returns: JSON 格式的图片元信息列表。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
include_tablesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Discloses it returns metadata, not content. With no annotations, this is adequate but lacks details on error handling or performance considerations. For a simple read tool, it sufficiently covers core behavior.

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?

Extremely concise (3 sentences in description, plus Args/Returns), front-loaded with purpose. Every sentence adds value with no redundancy.

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?

Given output schema exists, the description is sufficiently complete for its purpose. Returns JSON list of metadata. Minor gap: no mention of file format validation or error states, but acceptable for this tool.

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 coverage is 0%, but description adds meaningful explanations for both parameters: file_path is document path, include_tables includes table images with default true. Bridges all gaps.

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?

Clearly states it retrieves metadata (not content) from Word document images. Differentiates from sibling 'read_images' by explicitly noting no image content returned.

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?

Explicitly states intended use: '用于在读取图片前了解文档中图片的结构和位置' (use before reading images). Provides clear context but no explicit when-not or alternative tools.

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/chyinan/MCP-Word-Commander'

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