Skip to main content
Glama
anarcoiris

nina-mcp

by anarcoiris

ts_update_cell

Update a single column on a specific row in the Target Scheduler database, like disabling a target or adjusting a project's priority, without bulk edits.

Instructions

Update a single column on a single row in the Target Scheduler database, e.g. disabling a target or bumping a project's priority.

Disabled by default for safety -- set the environment variable TS_ALLOW_WRITES=true to enable this tool, ideally after backing up schedulerdb.sqlite. Only ever touches one column on one row (identified by id_column=id_value); there's no bulk-edit or delete here on purpose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYes
valueYes
columnYes
id_valueYes
id_columnYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool is a write operation, disabled by default for safety, and only affects one cell. However, it does not describe error behavior (e.g., what happens if the row or column doesn't exist), side effects, or return values.

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 concise at about 5 sentences, front-loading the purpose and examples, then covering safety and scope. No extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, 5 parameters with 0% schema coverage, and being a write tool, the description provides adequate purpose and safety context but lacks parameter details, error handling, and expected output, which are important for safe usage.

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

Parameters2/5

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

Schema coverage is 0%, so the description must compensate. It mentions that the row is identified by 'id_column=id_value' and implies the 'column' and 'value' parameters are for the cell. However, it does not explain all five parameters (table, id_column, id_value, column, value) in detail, nor does it list valid tables or value types.

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 'update' and the resource 'single column on a single row in the Target Scheduler database', with specific examples like 'disabling a target or bumping a project's priority'. It also distinguishes from bulk operations by stating 'there's no bulk-edit or delete here on purpose'.

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 explicitly advises that the tool is disabled by default and requires setting the environment variable TS_ALLOW_WRITES=true, and recommends backing up the database. It also implies that this tool is not for bulk edits or deletes. However, it does not explicitly name alternative tools for those operations.

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/anarcoiris/NINA-Smart-Scheduler'

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