Skip to main content
Glama

tascan_record_integration

Idempotent

D4: the dispatcher records the Netlify deploy id for an authorized cycle — Integrate cards stop landing on Mike for something a key can prove instead (protocol v0.2, migration 181, coord_record_integration). Requires agent:dispatch. The root must be authorized (its checkpoint already Approved) with an open Integrate task; deploy_id must be a real Netlify deploy id — 24 lowercase hex, optionally "deployed:" and/or a trailing build-ref hex prefix ("Deploy" and anything else is refused, bad_deploy_id). On success the root flips to integrated, the existing "Integrated: deploy …" trail note is posted, and the completion is stamped with your key as the actor (source api:key:) — never as a human on the page. Idempotent: replaying the SAME deploy_id after the root is already integrated returns the same completion (replayed:true); a DIFFERENT deploy_id after integration is refused (409) without changing anything. A human may still complete the Integrate card on the worker page as an ops fallback, but only with a real deploy id too.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional note (≤ 2000 chars) recorded alongside the completion — e.g. what changed in this deploy.
root_idYesThe cycle root = the T1 build task id (tascan_get_cycle_report / tascan_create_cycle). Must currently be authorized (checkpoint Approved, Integrate task open).
deploy_idYesThe Netlify deploy id: 24 lowercase hex, optionally prefixed "deployed:" and/or followed by a space and a ≥12-hex prefix of the build_ref.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior5/5

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

The description substantially exceeds the annotations. It discloses state transitions (root flips to `integrated`), the trail-note posting, actor stamping as source api:key:<id> (never as a human), and rich idempotency semantics — replaying the SAME deploy_id returns the same completion with replayed:true, while a DIFFERENT deploy_id after integration is refused (409) without mutation. It also covers auth (agent:dispatch) and invalid-input handling (bad_deploy_id). This is exemplary behavioral disclosure with no contradiction against annotations.

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 information-dense and logically ordered (purpose, prerequisites, behavior, idempotency, fallback), but it is verbose and carries jargon ('D4:', 'protocol v0.2, migration 181, coord_record_integration', 'stop landing on Mike') that adds narrative noise without helping an agent select or invoke the tool. The core facts could be delivered in about half the words.

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 mutation tool with no output schema, the description is unusually complete: prerequisites, valid input format, state change, actor stamping, idempotency behavior, failure modes (409, bad_deploy_id), auth requirement, and the human fallback are all covered. The only gap is the exact shape of the returned completion, but that is mitigated by hints like 'returns the same completion (replayed:true)'.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description mirrors the schema's deploy_id format (24 lowercase hex, optional 'deployed:' prefix, optional build-ref hex) and adds validation context ('Deploy' and anything else is refused, bad_deploy_id) and the idempotency coupling to deploy_id. It adds modest value but largely restates what the schema already documents, so it does not push meaningfully above baseline.

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 states a clear verb+resource+outcome: records the Netlify deploy id for an authorized cycle, moving the root from `authorized` to `integrated`. This is unambiguous and distinct from the many tascan_* siblings — it is specifically the integration-recording tool, not a generic task completion tool.

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 spells out concrete prerequisites: root must be `authorized` (checkpoint Approved) with an open Integrate task, deploy_id must be a real Netlify deploy id, and it requires agent:dispatch permission. It also contrasts the agent action with the human ops fallback (completing the card on the worker page), clarifying when the tool is the right path. It does not name specific sibling tools, but the context is well-scoped.

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.