Skip to main content
Glama
gohluke

Dayze MCP

by gohluke

restore event

restore_event

Restore an archived or normalized event by providing restore ID and request ID, with duplicate requests having no effect.

Instructions

Restore an archive or normalization receipt. Requires restore_id and request_id. Refuses intervening edits; repeats are no-ops. ($0; API key required)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYes
restore_idYes
idempotency_keyNoAlias for request_id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsNo
changedNo
expires_atNo
preview_idNo
restore_idNo
server_timeNo
candidate_hashNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.28.0

TDQS

A3.6/5.0
Behavior4/5

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

Beyond the annotations, it discloses meaningful behavior: it refuses when edits have intervened, repeats are idempotent, it costs $0, and an API key is required. These details add value the annotations alone do not provide.

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 compact and front-loaded: scope, required inputs, behavioral edge cases, and authorization/cost are all covered in three short sentences with no filler. Every clause earns its place.

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?

Given the output schema exists, return-value details are not required. The description covers required inputs, key behavioral edge cases, and auth/cost context. The phrase 'archive or normalization receipt' could be clearer, but overall the agent has enough to invoke the tool correctly.

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 low (33%), and the description only says that restore_id and request_id are required without explaining what each identifier means or how they relate. The idempotency_key is documented as an alias in the schema, but the two key parameters remain semantically opaque.

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

Purpose4/5

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

The description opens with a concrete verb and object ('Restore an archive or normalization receipt') and the title identifies the resource as event-related. It is clear about the action but does not explicitly differentiate restore_event from sibling tools like restore_expense, restore_trip, or restore_cleanup.

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?

The description states required parameters and important invocation constraints such as 'Refuses intervening edits; repeats are no-ops.' However, it gives no explicit when-to-use guidance or alternatives, leaving sibling selection mostly to inference from the tool name.

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

Deploy Server

Other Tools