Skip to main content
Glama
yk4464
by yk4464

black_souls_input

Inject allowlisted virtual RPG Maker inputs into the game loop to simulate keyboard actions for movement, menu navigation, and other interactions.

Instructions

Inject one allowlisted virtual RPG Maker input into the normal game input loop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
repeatNo
timeout_msNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
Behavior2/5

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

Annotations already indicate mutation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds that inputs are 'allowlisted' and injected into the 'normal game input loop,' but lacks details on side effects, execution timing, or error conditions. Minimal additional behavioral context.

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?

Single sentence that delivers the core purpose without extraneous words. Highly efficient and front-loaded.

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

Completeness2/5

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

Despite having an output schema (which partly alleviates return value explanation), the description leaves parameter semantics and behavioral details largely unexplained. Given 3 parameters and no schema descriptions, the tool description is too sparse for complete understanding.

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

Parameters1/5

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

The input schema has 3 parameters with no descriptions (0% coverage). The description does not explain any parameter meaning beyond 'one allowlisted input.' No value added over the enum list and integer ranges.

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 action ('inject') and resource ('normal game input loop'), specifying it's a single allowlisted input. This distinguishes it from sibling tool 'black_souls_input_sequence' which handles multiple inputs.

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

Usage Guidelines3/5

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

The description implies usage for single inputs but does not explicitly state when to use this over alternatives like 'black_souls_input_sequence' or when not to use it. The context of sibling tools provides some inference, but no direct guidance.

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