Skip to main content
Glama
StructlyOfficial

Structly MCP Server

Official

edit_table

Modify a table's name, position on the canvas, and color within a schema. Provide schema and table UUIDs to identify the target table.

Instructions

Изменить свойства таблицы (название, позицию на холсте, цвет).

    Args:
        schema_uuid: UUID схемы.
        table_uuid: UUID таблицы.
        table_name: Новое название таблицы.
        position_x: Новая координата X.
        position_y: Новая координата Y.
        table_color: Новый цвет в HEX.
        branch_name: Ветка схемы (по умолчанию main).
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
position_xNo
position_yNo
table_nameNo
table_uuidYes
branch_nameNomain
schema_uuidYes
table_colorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description must disclose behavior. It only says 'изменить свойства' without mentioning that this is a mutating operation on a branch, whether changes require a commit, or any side effects. The branch_name parameter is listed but its behavioral significance is not explained.

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 brief and front-loaded with the main purpose. The Args list is concise, though it partially duplicates the schema.

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 is a mutation on a schema branch, but the description does not explain the branching context or the need to commit after editing. While an output schema exists, the behavioral context of editing (e.g., that it modifies the working version) is missing.

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?

The Args section provides basic descriptions for each parameter (e.g., table_color: 'Новый цвет в HEX'), which helps understand the parameters. However, given 0% schema coverage, the descriptions are minimal and do not clarify optionality, constraints, or interactions between parameters (e.g., whether position_x/y must be provided together).

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 states a specific action: 'Изменить свойства таблицы' (edit table properties) and lists the editable properties (name, position on canvas, color). This clearly distinguishes it from sibling tools like create_table or batch_edit_tables.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives like batch_edit_tables or edit_schema. The context implies it is for editing a single table, but no exclusions or alternative recommendations are provided.

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/StructlyOfficial/MCP-server'

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