Skip to main content
Glama
Nedak23
by Nedak23

user_steps

Guide users through manual tasks by presenting interactive checklists in a terminal UI for actions requiring human input like clicking buttons, logging into services, or verifying changes.

Instructions

Present a checklist of steps to the user for manual completion.

Use this tool when you need the user to perform manual actions that you cannot do programmatically, such as:

  • Clicking buttons in a browser or GUI application

  • Logging into external services

  • Physically connecting hardware

  • Reviewing and approving changes

  • Performing actions that require human verification

This tool automatically opens a new terminal window with an interactive checklist UI where the user can mark steps complete using keyboard controls. The tool also returns a text summary.

Step types:

  • action: User must perform a manual action

  • verification: User must verify something is correct

  • acknowledgment: User must acknowledge they understand

  • confirmation: User must confirm to proceed

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdNoOptional session ID for resuming a previous session
titleYesOverall title for the step list
descriptionNoContext explaining why these steps are needed
stepsYesList of steps (1-20)
allowPartialCompletionNoAllow returning with some steps incomplete
timeoutMsNoTimeout in milliseconds (default: no timeout)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: opens a new terminal window with interactive UI, returns a text summary, and defines step types with their semantics. It could improve by mentioning error handling or UI specifics, but covers core interaction patterns well for a manual workflow tool.

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-structured and efficiently written. It starts with the core purpose, immediately provides usage guidelines with examples, then describes the tool's behavior and step types. Every sentence adds value without redundancy. The length is appropriate for a tool with multiple parameters and complex behavior.

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 tool with 6 parameters, no annotations, and no output schema, the description provides strong contextual completeness. It explains the tool's purpose, when to use it, behavioral characteristics, and step semantics. The main gap is the lack of output information (what the 'text summary' contains), but given the tool's interactive nature and no output schema, this is a minor omission.

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 100%, so the schema already documents all 6 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema. However, it does provide context about step types (action, verification, etc.) that relates to the 'type' parameter's enum values, offering some semantic clarification. Baseline 3 is appropriate given high schema coverage.

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's purpose: 'Present a checklist of steps to the user for manual completion.' It specifies the verb ('present') and resource ('checklist of steps'), and distinguishes it from programmatic alternatives by explicitly stating it's for manual actions the AI cannot perform. The absence of sibling tools doesn't reduce this clarity.

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 provides explicit guidance on when to use this tool: 'Use this tool when you need the user to perform manual actions that you cannot do programmatically,' followed by concrete examples (clicking buttons, logging in, etc.). It also implicitly defines when not to use it (for programmatically executable tasks). No sibling tools exist, so no alternative comparison is needed.

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/Nedak23/user-steps-mcp'

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