Skip to main content
Glama

Update a single item field value

plaky_update_item_field

Update a Plaky item's field value using the field key or title. Supports text, number, date, timeline, status, tags, links, and person field types with proper value formatting.

Instructions

Change the value of one field on an item, identified by the field key or title (itemFieldKey). The value format depends on the field type — String/RichText: "text"; Number: 13.4; Date: "2026-01-02T18:10:15.254Z"; Timeline: {start, end}; Status: "To do" or "1"; Tag: ["Product","HR"]; Link: "https://..." or {url, displayText}; Person: {users:[{id}|{email}], teams:[{id}|{title}]}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoNew field value. Format depends on the field type (see description).
itemIdYesUnique item identifier.
boardIdYesUnique board identifier.
spaceIdYesUnique space identifier.
itemFieldKeyYesField key (e.g. "status-1") or field title (e.g. "Status").
Behavior4/5

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

With no annotations, the description carries the burden. It details the value format for various field types, which is crucial behavioral info. However, it omits side effects, permissions, or response format.

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 sentence that includes a long list of examples, making it dense but not verbose. It could be structured more clearly, but it contains essential info without fluff.

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?

With no output schema, the description covers the input well but does not mention what the tool returns. Given the parameter count and schema coverage, it is fairly complete, but missing response details.

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 coverage is 100%, so the schema already defines parameters. The description adds significant value by explaining the value parameter format per field type, which the schema only hints at. Other parameters are not further elaborated.

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 clearly states the verb 'Change the value of one field on an item' and identifies the resource (field value) and key parameter (itemFieldKey). It distinguishes from siblings like plaky_update_item_fields (multiple fields) and plaky_create_item (create items).

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 vs. alternatives. While the description implies it's for updating a single field, it lacks explicit when-not-to-use or alternative scenarios.

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