Skip to main content
Glama

HYPERneobroker.com

Get interview script

get_interview_script
Read-onlyIdempotent

Generate the applicant's read-off script for a Voice Analyst lane after they pick one from get_job_menu. Lanes: stock, options, futures, etf, prediction, sports. Stock lane with no symbol returns 10 random large-cap picks with a one-line company brief each; call again with the chosen symbol for a fresh ~200-word script built on today's analysis report for that stock. The applicant reads the script aloud on the interview page inside the 100-second window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
laneYesstock | options | futures | etf | prediction | sports
symbolNoStock lane: the ticker the applicant picked from the 10 offered

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / symbol / description
      Previous value: -"Optional ticker for the stock lane, default NVDA"New value: +"Stock lane: the ticker the applicant picked from the 10 offered"
  2. Added

TDQS

A4.4/5.0
Behavior4/5

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

Beyond the readOnly/idempotent annotations, it discloses the two-step stock-lane behavior, the ~200-word script length, and the 100-second window. The 'random picks' wording sits slightly loosely with idempotentHint, but not enough to be a 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?

Three sentences, no filler: purpose first, then lane list, then the special stock workflow and reading constraint. Every sentence carries load.

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 main call flow and the stock special case are fully described, and with no output schema the script length/content is also given. The only gap is that non-stock lanes do not get similar treatment, though the opening sentence implies they return a read-off script.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3; the description adds real value by explaining that symbol is optional and only stock-lane calls without it return the 10 picks to choose from. This clarifies how lane and symbol interact.

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: 'Generate the applicant's read-off script for a Voice Analyst lane', and enumerates the six lane values. It also names get_job_menu as the prerequisite, so it is clearly distinct from the sibling market-data tools.

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?

Gives an explicit workflow: call after get_job_menu, and for the stock lane call once without a symbol to get picks and again with the chosen symbol to get the script. It does not explicitly name when-not-to-use alternatives, but the lane list and two-phase instructions make the intended context clear.

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