Skip to main content
Glama

StackFast FractWin Expert Brain

Talent Scout Search Opportunities

talent_scout_search_opportunities
Read-only

Run fresh governed public-opportunity discovery for the account owner to find roles they may review and apply to manually. If live discovery is unavailable or empty, returns fresh_discovery_count: 0 and does not substitute the existing review queue. Draft/review only; never applies or sends messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
laneNoJ
limitNo
queryYesPlain-language opportunity search.
sourcesNo
min_scoreNo
tenant_idNo
owner_profileNoSafe owner preference facts and positioning for local review.
include_trackedNoWhen true, include tracked-board comparison metadata. Search results still do not return the review queue.
allow_live_firecrawlNoRun the approved live-discovery adapter. Costs are governed by the FireCrawl budget gate and kill switch.

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
    • removedInput schema / properties / candidate_profile
      Removed value: -{
      -  "description": "Safe profile facts, preferences, and positioning for fit review.",
      -  "type": "object"
      -}
    • addedInput schema / properties / owner_profile
      Added value: +{
      +  "description": "Safe owner preference facts and positioning for local review.",
      +  "type": "object"
      +}
  2. Changed2 schema fields changed
    • changedInput schema / properties / candidate_profile / description
      Previous value: -"Safe profile facts, preferences, and positioning for fit scoring."New value: +"Safe profile facts, preferences, and positioning for fit review."
    • changedInput schema / properties / query / description
      Previous value: -"Plain-language opportunity search, framed as discovery rather than personal employment advice."New value: +"Plain-language opportunity search."
  3. Changed1 schema field changed
    • changedInput schema / required
      Previous value: -[
      -  "query",
      -  "candidate_profile"
      -]New value: +[
      +  "query"
      +]
  4. Changed1 schema field changed
    • addedInput schema / properties / include_tracked
      Added value: +{
      +  "default": false,
      +  "description": "When true, include tracked-board comparison metadata. Search results still do not return the review queue.",
      +  "type": "boolean"
      +}
  5. Changed1 schema field changed
    • addedInput schema / properties / allow_live_firecrawl
      Added value: +{
      +  "default": false,
      +  "description": "Run the approved live-discovery adapter. Costs are governed by the FireCrawl budget gate and kill switch.",
      +  "type": "boolean"
      +}
  6. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint=true, destructiveHint=false, openWorldHint=false), so the bar is lower. The description adds real behavioral context beyond annotations: results come from a fresh run rather than cached data, failure yields fresh_discovery_count: 0 with no fallback substitution, and the operation is draft/review only. 'Fresh' also aligns internal with idempotentHint=false. No contradiction with annotations.

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?

Three sentences with zero filler: purpose, failure behavior, and side-effect boundary. The most decision-relevant constraint ('does not substitute the existing review queue') appears in the second sentence, and every clause earns its place.

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?

The output schema exists so return values don't need explanation, and annotations cover the safety profile. The description handles purpose, failure mode, and side-effect bounds adequately. Its residual gaps — undocumented meanings for lane/sources/min_score and no explicit guidance on when to prefer sibling discovery tools — leave it just short of complete.

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 only 44%, so the description must compensate. It adds useful framing that gives meaning to query (plain-language search for manually reviewable roles), and include_tracked and allow_live_firecrawl have good inline schema descriptions. However, lane (J vs C semantics), sources, and min_score remain unexplained in both schema and description — a genuine gap for a 9-parameter tool.

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+resource ('Run fresh governed public-opportunity discovery') and the intended outcome ('find roles they may review and apply to manually'). The phrase 'does not substitute the existing review queue' explicitly separates it from sibling talent_scout_review_queue and related discovery tools, so an agent can distinguish it without opening schema.

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?

Makes the trigger context explicit (fresh discovery for manual review) and spell out the failure behavior ('If live discovery is unavailable or empty, returns fresh_discovery_count: 0'). It states exclusions behaviorally ('never applies or sends messages', doesn't substitute the queue) but does not name alternative sibling tool explicitly, which keeps it at 4 rather than 5.

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