Skip to main content
Glama

ide_run_tests

Run headless ikide test runner and return real PASS/FAIL verdicts. Provide a workspace or inline program with test script, plus optional devices and MCU for load_hex tests.

Instructions

Run the headless ikide test runner and return the real PASS/FAIL verdict. Provide an existing workspace (with tests/*.rhai), OR inline program + test (assembled into a throwaway workspace). Optionally attach custom devices and pick an mcu for load_hex tests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mcuNoDevice for load_hex tests (default atmega328p).
testNoInline tests/*.rhai script (used with `program`).
devicesNoCustom device scripts to attach.
programNoInline ik program (used with `test`).
test_nameNotest.rhai
workspaceNoPath to a workspace containing tests/*.rhai.
program_nameNoFilename for the inline program.main.ik
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does mention 'headless' operation and 'throwaway workspace', which is useful. However, it does not describe side effects, return format details, or failure behavior, leaving some gaps.

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 three sentences long, front-loaded with the main purpose, and every sentence adds value. The two-mode usage is clearly and economically stated.

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 has 7 parameters and no output schema, the description covers the main modes and optional parameters well. It does not detail every default (e.g., test_name, program_name), but the schema already covers those. The essential usage context is complete enough for a test-running tool.

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?

Schema coverage is high (86%), and the description adds semantic grouping (workspace OR program+test) and clarifies that mcu is for 'load_hex tests'. This goes beyond the schema field descriptions, which individually list the parameters but not the relationship between them.

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 uses a specific verb 'Run' with a clear resource ('headless `ikide test` runner') and a specific outcome ('return the real PASS/FAIL verdict'). It clearly distinguishes itself from sibling tools like `ik_simulate` or `ik_check` by focusing on the test runner.

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 explicitly states two usage modes: providing an existing workspace or inline program+test. It also mentions optional devices and mcu. However, it does not explicitly exclude alternatives or name when not to use the tool, so it falls short of a 5.

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/isakruas/ikmcp'

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