Skip to main content
Glama
getanirao

SimScale Edge MCP

by getanirao

simscale_select

Select an option from a native dropdown in SimScale by providing a stable UI target and the desired choice.

Instructions

Choose an option in a native SimScale select control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionYes
targetYesA stable, visible UI target. Prefer test_id, role+name, or label.
Behavior2/5

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

The description adds no behavioral context beyond the annotations. Annotations indicate readOnlyHint=false (a mutating action), but the description doesn't explain side effects, requirements (like visibility), or whether it works only on native selects. No contradiction with annotations, but no value added.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, short sentence with no fluff. It is front-loaded and minimal, which is concise. However, it may be too terse given the tool's nested parameter structure, but conciseness itself is good.

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?

Given the tool has two required nested parameters and no output schema, the one-line description is insufficient. It does not explain how to target the select control or how to specify the option, leaving the agent with incomplete information to invoke the tool correctly.

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

Parameters2/5

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

Schema description coverage is 50%, only the 'target' parameter has a schema description. The tool description adds nothing about parameters: it doesn't explain how to specify 'option' (by string, index, label, or value) or how to target the select. The description fails to compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Choose an option in a native SimScale select control.' The verb 'choose' and resource 'native SimScale select control' make the purpose specific. It implicitly distinguishes from siblings like simscale_click or simscale_fill, though it does not explicitly name alternatives.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description does not mention any exclusions, prerequisites, or comparison to sibling tools like simscale_fill or simscale_click. Usage is only implied by the resource type.

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/getanirao/SimscaleMCP'

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