Skip to main content
Glama

StackFast FractWin Expert Brain

Talent Scout My Profile Status

talent_scout_my_profile_status
Read-onlyIdempotent

Read a compact, redacted readiness receipt for the account owner's private Talent Scout profile setup, including profile_version_updated_at for guarded writes through either public profile-upsert alias. Returns only setup status, compose readiness, and active search-rail readiness; never returns raw resume, LinkedIn, work history, claims, or private owner profile text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenant_idNo
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.
database_url_keyNoOptional wallet/env key name for the tenant Turso database URL. Never pass a raw URL or secret.
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

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior, so the description only needs to add context. It adds valuable behavioral traits: the receipt is compact and redacted, returns only setup status/compose readiness/search-rail readiness, and never returns raw private data. It also discloses the guarded-write versioning purpose of profile_version_updated_at, which goes beyond what annotations 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?

Two dense but purpose-built sentences: the first names the resource and the guarded-write version timestamp, and the second precisely enumerates included and excluded outputs. No filler or repeated schema/annotation content. The most decision-relevant information is front-loaded.

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 five-optional-parameter read tool with an output schema and read-only/idempotent annotations, the description is largely complete: it tells the agent what the tool returns, what it redacts, and how the version field should be used. The only minor gap is not naming the specific sibling tools it contrasts with, such as talent_scout_profile_status, so an agent must infer the distinction from context. Overall it provides sufficient context for correct invocation.

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 80%, and the schema already documents the optional auth/routing parameters and their constraints, such as never passing a raw token or URL. The description does not add parameter-level meaning beyond that, and the one undocumented parameter, tenant_id, is not explained in the prose. Baseline 3 is appropriate because the schema carries the parameter documentation burden and the description does not need to compensate.

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?

States a specific verb and resource: it reads a compact, redacted readiness receipt for the account owner's private Talent Scout profile setup. It differentiates itself from sibling talent_scout_profile_status by scoping to the account owner's own profile and by explicitly listing what it returns and redacts. 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?

Clear context is present: the description positions this as the readiness check for the account owner's private profile and mentions profile_version_updated_at as the guard for writes through profile-upsert aliases. It also conveys that the tool should not be used when raw resume, LinkedIn, work history, claims, or private profile text is needed. However, it never names an alternative tool or states an explicit when-not-to-use condition, so it falls short of full routing guidance.

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