Skip to main content
Glama
yk4464
by yk4464

black_souls_input_sequence

Execute a sequence of up to 200 allowlisted inputs and frame waits to automate game actions.

Instructions

Inject up to 200 allowlisted inputs and frame waits as one ordered sequence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
timeout_msNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
Behavior3/5

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

Annotations already indicate non-read-only and non-destructive. The description adds that it injects inputs, which is consistent. However, it does not disclose additional behavioral traits such as execution order guarantees, whether actions are atomic, or any side effects beyond injection.

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 a single sentence that is front-loaded with the core purpose. It contains no fluff and earns its place by immediately informing the agent of the tool's key capability and constraints.

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?

Given the tool's moderate complexity (array of mixed objects, 2 parameters, sibling tools) and the presence of an output schema, the description is sufficiently complete. It explains the core function. Minor omission: does not explicitly state that steps are executed sequentially, but this is implied by 'ordered sequence'.

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 0%, so the description must compensate. It adds high-level meaning ('allowlisted inputs and frame waits') but does not detail the specific actions (already in schema enums) or explain parameters like 'repeat' or 'timeout_ms'. The description provides context but not full clarity for all parameters.

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 it injects up to 200 allowlisted inputs and frame waits as an ordered sequence. It uses specific verbs ('inject') and resources ('allowlisted inputs', 'frame waits'), and the name 'input_sequence' distinguishes it from single-input tools like black_souls_input.

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?

The description implies usage when multiple sequential inputs are needed, up to 200. It does not explicitly state when not to use it or mention alternatives, but the sibling tool names (black_souls_input, black_souls_wait) provide clear context for differentiation.

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/yk4464/black-souls-mcp'

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