Skip to main content
Glama
SettleTop-Inc

CodeRoot-Authoring-MCP

Official

finalize_record

Confirm provenance fields to mark an asset record complete before the first push. Pass confirmations directly or prompt the author, then write a confirmation block and return the record.

Instructions

Mark the asset record complete, before the first push. Requires the author's own confirmation of created_by, maintained_by and model_access.mode -- pass them in confirmations (mode="conversation", the default, after asking the author), or set mode="elicitation" to have the client prompt the author directly, in which case confirmations is ignored. Writes a confirmation block recording which fields were confirmed. Returns {"record": , "missing": []} on success, or {"error": "", ...} on rejection -- rejection writes nothing at all, and happens when a confirmation is missing or blank or when the resulting record would be invalid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoconversation
directoryNo.
confirmationsYes
Behavior5/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 side effects ('Writes a confirmation block'), failure behavior ('rejection writes nothing at all'), and specific rejection conditions (missing/blank confirmation or invalid record). This is thorough behavioral transparency.

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 three sentences and front-loaded with the core action. It packs significant detail (confirmations, modes, side effects, return values) without excessive verbosity. Slightly longer than necessary but every sentence contributes value.

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?

For a state-changing operation with no output schema, the description is fairly complete: it explains success and error return shapes, prerequisites, and side effects. The only notable omission is the `directory` parameter, which is not explained, and there is no explicit mention of how the tool fits with sibling tools.

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 0%, but the description adds substantial meaning for the key parameters: it explains `confirmations` (must contain created_by, maintained_by, model_access.mode) and `mode` (conversation vs elicitation, with elicitation ignoring confirmations). However, the `directory` parameter is not mentioned at all, leaving a gap in the otherwise strong parameter explanation.

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 tool's action: 'Mark the asset record complete, before the first push.' This is a specific verb+resource+timing that distinguishes it from siblings like read_record, get_record_schema, and record_facts, which are all read-only or schema-related.

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 provides clear context for when to use the tool ('before the first push') and explains the two modes (conversation and elicitation). It does not explicitly name alternatives, but the read-only siblings clearly do not perform finalization, making the usage context sufficiently clear.

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/SettleTop-Inc/CodeRoot-Authoring-MCP'

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