Skip to main content
Glama

tidelight_act

Destructive

Apply exactly one validated action for the expected character and observed revision. travel plans; advance walks one paced step. Keep receipt requestIds unchanged when retrying. Observe after a conflict; never fetch a newer revision and replay automatically. No character registration or access management.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
detailNocompact
revisionYes
expectedCharacterYesExpected public character UUID from your observation; never a credential.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior5/5

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

Annotations already indicate destructiveHint=true, readOnlyHint=false, and not idempotent, so the tool is known to modify state. The description adds crucial behavioral context: 'Apply exactly one validated action', 'Keep receipt requestIds unchanged when retrying', 'Observe after a conflict; never fetch a newer revision and replay automatically'. This goes beyond the annotations by explaining conflict handling and retry semantics, which is valuable for an agent. No contradiction is found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, only four sentences, but it packs in both critical warnings and a confusing phrase about travel plans. The sentence 'travel plans; advance walks one paced step' is cryptic and may not be immediately understood. The key guidance about conflict handling is buried in the middle. Front-loading could be better; the most important usage rule ('Apply exactly one validated action') is first, but the structure could be improved to lead with the essential constraints.

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

Completeness1/5

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

This is an extremely complex tool with hundreds of possible action types, but no output schema and sparse description. Critical missing information includes: what does the tool return? How should the agent choose the action type? What are the prerequisites (e.g., must observe first)? The description provides some conflict guidance but leaves out return format, error handling, and the full scope of actions. Given the complexity, this is severely incomplete.

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 description coverage is only 25% via the 'expectedCharacter' description. The 'action' parameter is a massive oneOf with many nested objects, each having 'type' constants, but the description does not explain how to construct an action or what the valid types are. The 'revision' parameter is undocumented in the schema beyond type/rangeainer, and 'detail' has an enum but no description. The description mentions 'action' but does not elaborate on its structure or semantics, leaving the agent to inspect the schema alone. Given the complexity, the description must compensate but does not.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Apply exactly one validated action for the expected character and observed revision', which clearly indicates it applies a single action on behalf of a character. However, it does not specify what actions are possible or how this relates to sibling tools like tidelight_observe or tidelight_world, making differentiation weak. The mention of 'travel plans; advance walks one paced step' is specific but may be confusing without context. Overall, the purpose is clear but not well differentiated.

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 gives specific guidance on when to use this tool: it is for applying an action after observing a revision, and it explicitly warns against fetching newer revisions and replaying automatically after a conflict. It also says 'no character registration or access management', which helps avoid misuse. However, it does not explicitly name alternative tools for when not to use it, though the context implies observation and world tools are separate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources