Skip to main content
Glama

Update item file metadata

plaky_update_item_file

Rename a file or update its description in a Plaky item while preserving the file type.

Instructions

Rename a file or change its description. The original file extension/type is preserved regardless of the name given.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew file name.
itemIdYesUnique item identifier.
boardIdYesUnique board identifier.
spaceIdYesUnique space identifier.
itemFileIdYesUnique item file identifier.
descriptionNoNew file description.
Behavior3/5

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

No annotations provided, so description carries burden. It discloses that file extension is preserved, but lacks details on permissions, idempotence, or error handling.

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?

Two sentences, zero waste. Front-loaded with purpose and key behavioral trait.

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?

Core operation is well covered. Lacks output schema and error details, but given schema completeness and no output schema requirement, it is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage for parameter descriptions. The description adds meaningful nuance about the name parameter (preserving extension), which goes beyond the schema.

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 explicitly states the tool renames a file or changes its description, with a notable behavioral detail about preserving file extension. This clearly distinguishes it from siblings like delete, download, upload.

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?

The description clearly implies when to use (rename or change description) but does not explicitly contrast with alternatives like plaky_update_item_field or plaky_upload_item_file.

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/pavlealeksic/plaky-mcp'

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