Skip to main content
Glama

request_input

Pause an agent step to request a human decision from the coordinator. Provide a specific question and optional summary, then resume with the answer when provided.

Instructions

Pause your step and ask the coordinator for a decision.

Use when you hit a fork that requires human judgement — e.g. which approach to take, whether to proceed with a risky action, or clarification on ambiguous requirements.

Your step pauses until the coordinator calls provide_input. When it resumes, the answer will be in your step's input field (visible via get_my_context).

Args: step_id: Your step ID. Inferred from $SORTIE_STEP_ID if unset. question: What you need decided. Be specific. partial_output: Optional summary of work done so far.

Returns: Confirmation that the step is paused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
step_idNo
questionNo
partial_outputNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It clearly states the step pauses, resumes when provide_input is called, and the answer appears in the input field. Minor omission: does not discuss error conditions or permissions.

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 well-organized: purpose first, then usage guidelines, then behavioral explanation, then parameter details. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given that an output schema exists and no additional complexities, the description covers the tool's behavior, parameters, and return value adequately. It also references the counterpart tool (provide_input) and explains the step's lifecycle.

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

Parameters5/5

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

Schema coverage is 0%, but the description thoroughly explains each parameter: step_id is inferred from environment, question should be specific, and partial_output is optional. This fully compensates for the lack of schema descriptions.

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 clearly states the tool pauses the step and asks for a decision. It specifies the resource (coordinator) and action, and distinguishes from siblings by highlighting human judgment scenarios.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to use (forks requiring human judgment) with examples, and implies when not to use (cases without ambiguity). It provides clear context for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/retospect/sortie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server