Skip to main content
Glama

StackFast FractWin Expert Brain

Talent Scout Import BYOC Delta

talent_scout_import_byoc_delta
Read-only

Import a guarded BYOC-local Talent Scout queue delta into the cloud queue. This is closed-world queue bookkeeping only: it never applies, sends, clicks, or submits anything automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sendNo
applyNo
deltaNo
rolesNo
sourceNo
packetsNo
contactsNo
directionNo
tenant_idNo
idempotency_keyNo
queue_sync_versionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNo
public_toolYes
drafts_never_sendsNo
no_autonomous_outboundNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / delta
      Added value: +{
      +  "additionalProperties": true,
      +  "type": "object"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "roles"
      -]New value: +[]
  2. Added

TDQS

B3.1/5.0
Behavior1/5

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

The description adds useful behavioral context by saying this is 'closed-world queue bookkeeping only' and never takes automatic actions. However, it directly contradicts the annotation readOnlyHint: true, because importing a delta into a cloud queue is a write/mutation operation, not a read-only one. This is an annotation contradiction.

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 two sentences with no filler. The first sentence front-loads the action and resource; the second adds the critical safety boundary compactly. Every clause earns its place.

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

Completeness2/5

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

For a tool with 11 optional parameters, nested objects, and 0% schema-description coverage, this description is far too thin to support correct invocation. The output schema reduces the need to document return values, but the lack of parameter semantics, guard conditions, and idempotency guidance, combined with the readOnly contradiction, leaves the tool under-specified.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides almost no parameter guidance. The 'delta' concept is mentioned, but the meaning of send, apply, roles, packets, contacts, source, tenant_id, idempotency_key, and queue_sync_version is left entirely undefined. The claim that it never sends/applies also makes the send and apply booleans confusing rather than informative.

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 names a specific verb ('Import'), a specific resource ('BYOC-local Talent Scout queue delta'), and a destination ('cloud queue'). It further distinguishes itself from action-oriented sibling tools by stating it 'never applies, sends, clicks, or submits anything automatically.'

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 clear context: use this when importing a guarded BYOC-local queue delta for closed-world queue bookkeeping. It also provides an implicit when-not by excluding apply/send/click/submit behavior, but it does not name alternative tools or state explicit routing conditions.

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