Skip to main content
Glama

StackFast FractWin Expert Brain

Talent Scout Correct Relationship Activity

talent_scout_correct_relationship_activity
Read-onlyIdempotent

Append an immutable correction for the channel and direction of an existing Talent Scout Relationship Core receipt. The original receipt is never changed; this tool never sends, applies, scrapes, or changes candidacy status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes
directionYesExplicit corrected message direction; no default is inferred.
tenant_idYes
sqlite_pathNoOptional local SQLite path for BYOC receipts; hosted cloud calls fail closed instead of reading local files.
auth_token_keyNoOptional wallet/env key name for the tenant Turso auth token. Never pass a raw token.
idempotency_keyYesCaller-stable key that makes retries return the original immutable correction receipt.
database_url_keyNoOptional wallet/env key name for the tenant Turso database URL. Never pass a raw URL or secret.
correction_reasonYesHuman-attested reason for this append-only correction (maximum 5,000 characters).
original_receipt_idYesImmutable relationship activity receipt being corrected; it is never rewritten.
tenant_database_typeNoOptional physical database routing mode. Omit for the default internal StackFast DB; use sovereign_cloud only with wallet-resolved tenant DB credentials.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNo
public_toolYes
drafts_never_sendsNo
no_autonomous_outboundNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior1/5

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

Annotations declare readOnlyHint=true, but the description says 'Append an immutable correction' and references an 'immutable correction receipt' — appending/writing a new correction record is a state change and contradicts read-only semantics. Per the scoring rule, a contradiction with annotations yields a score of 1 despite the useful no-side-effect disclosures.

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?

Two sentences with no filler: the first defines the operation and target, the second crisply bounds side effects. It avoids repeating schema details and remains compact despite the tool's 10-parameter complexity.

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 complex tool, the description covers the essential behavioral semantics: immutable append, original unchanged, and explicit no-side-effect boundaries. Idempotency, auth, and database routing are covered by annotations and schema descriptions, and an output schema exists. The main completeness gap is the readOnly annotation conflict, which is an annotation mismatch rather than missing descriptive content.

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 description coverage is high at 80%, with most parameters already explained (direction, idempotency_key, correction_reason, original_receipt_id, tenant_database_type, and credential key handling). The free-text description only adds the overall context that channel and direction are being corrected, which is useful but not richly param-specific. Baseline 3 is appropriate because the schema carries the parameter documentation burden.

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 specific action ('Append an immutable correction') and a precise resource ('channel and direction of an existing Talent Scout Relationship Core receipt'). The added clarification that the original receipt is never changed reinforces scope and distinguishes this from ordinary relationship-activity recording. Even without naming a sibling, the purpose is unambiguous.

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 use case is clear: correct an existing relationship-activity receipt's channel or direction via an immutable append. It also excludes side-effect behaviors ('never sends, applies, scrapes, or changes candidacy status'), which helps an agent avoid misusing it. However, it does not explicitly name alternative sibling tools or provide a when-not-to-use comparison.

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