Skip to main content
Glama
mjyoo2
by mjyoo2

delete_table_column

Remove a specified column from a table in an HWP document by providing document, table, and column indices.

Instructions

Delete a column from a table.

Args: doc_id: Document ID from open_document table_index: Index of the table col_index: Index of the column to delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
col_indexYes
table_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states that a column is deleted. It does not mention irreversibility, side effects on table data, index validity, or any permissions/constraints, which is a significant gap for a destructive operation.

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 compact and front-loaded with the purpose, followed by a clean parameter list. Every line earns its place, and there is no redundant or filler content.

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?

Although an output schema exists, the description still lacks important context for correct invocation, such as how to get valid table/column indices and what happens after deletion. The doc_id prerequisite is mentioned, but destructive behavior and preconditions are otherwise unexplained.

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 0%, so the description must compensate. It does describe all three parameters, and 'Document ID from open_document' adds provenance beyond the schema, but 'Index of the table' and 'Index of the column' mostly restate parameter names and do not specify zero-based indexing or how the indices should be obtained.

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 opens with a specific verb and resource: 'Delete a column from a table.' This clearly distinguishes it from sibling tools such as add_table_column and delete_table_row by naming the exact action and target.

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 when-to-use guidance or exclusions are provided. The description does not explain when to choose this over delete_table_row or how to obtain valid table/column indices, leaving the agent to infer usage from the tool name alone.

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/mjyoo2/hwp-mcp'

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