Skip to main content
Glama
yasuoskywalker233

SRA Simple MCP Server

run_sra_task

Execute SRA tasks asynchronously using specified configuration, timeout, and admin settings. Automate StarRail game tasks with simple parameters.

Instructions

Run an SRA task asynchronously.

Args: config_name: Name of the config to use (e.g., "Default") timeout: Timeout in seconds (default 3600 = 60 minutes) admin: Start SRA with admin or not

Returns: Dict with keys: pid, started_at, cmd, thread, timeout

Raises: Exception: If a task is already running, or if config/Popen cannot be loaded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
config_nameYes
timeoutNo
adminNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description fully handles transparency. It states the tool is asynchronous, lists return keys, and mentions possible exceptions. It does not detail side effects like starting a process or permission needs, but covers core behaviors.

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 concise with structured sections (Args, Returns, Raises). Every sentence provides necessary information with no redundancy, making it easy to parse.

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 the tool's simplicity with 3 parameters and no annotations, the description covers purpose, parameters, return format, and error conditions comprehensively. No important behavioral aspect is missing.

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?

Input schema has 0% description coverage, but the description explains all three parameters: config_name (with example), timeout (with unit and default), and admin (though vague). It also describes the return dict, adding value beyond the schema.

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 'Run an SRA task asynchronously,' identifying the specific action and resource. It distinguishes from sibling 'list_all_config' by its unique purpose of executing rather than listing configurations.

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 includes Raises section explaining exceptions for a task already running or config issues, providing implicit guidance on when not to use. However, it lacks explicit contrast with the sibling tool 'list_all_config'.

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/yasuoskywalker233/SRA_SimpleMCP'

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