Skip to main content
Glama

edgegate_create_bg_run

Set up a background behavioral-gate run for on-device execution from a compiled genie bundle, published eval set, and reference oracle, validating the reference against the eval-set version.

Instructions

Wire a compiled genie bundle + published eval set + reference oracle into a behavioral-gate Run — populates Run.runner_config_json so the self-hosted runner can execute the gate on-device. Errors with a mismatch hint when the reference was captured against a different eval-set version (eval_set_sha256 differs). Requires workspace admin access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendorNoRunner vendor. Defaults to "qualcomm".
device_labelNoHuman-readable device label, e.g. "Samsung Galaxy S23 Ultra / Snapdragon 8 Gen 2 (SM8550)".
workspace_idYes
decode_configNoDecode settings, e.g. {"seed": 0}. Defaults to an empty object.
system_promptNoSystem prompt the run executes under. Defaults to empty.
requirement_mapNoISO 26262 traceability: maps a gate/signal name to its safety requirement id + ASIL, e.g. {"forbidden_action": {"requirement_id": "SR-CABIN-014", "asil": "B"}}. Surfaced by edgegate_export_compliance_report.
bundle_artifact_idYesCompiled genie bundle artifact id from edgegate_check_genie_compile_status.
eval_set_artifact_idYesPublished eval-set artifact id from edgegate_publish_eval_set.
reference_artifact_idYesReference-oracle artifact id from edgegate_check_reference_capture_status.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses meaningful behavioral traits: the internal effect (populates runner_config_json), error behavior (mismatch hint when eval_set_sha256 differs), and auth requirement (workspace admin). This goes beyond a simple 'create' statement and helps the agent anticipate outcomes.

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 with the primary action front-loaded, followed by error behavior and auth. Every sentence adds critical information without redundancy. It is efficient and well-structured.

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

Completeness3/5

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

The description covers purpose, error, and auth, but lacks any mention of return values or what happens after run creation (e.g., run ID, status check). Given no output schema and a 9-param tool with nested objects, the description is adequate but could be more complete by noting how to track the run or what response to expect.

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 89%, so the schema already documents most parameters well. The description adds context about the relationship between reference and eval-set versions (mismatch hint) but does not significantly elaborate on parameter formatting or usage beyond schema. It meets baseline but does not compensate for the small uncovered portion.

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 tool's action: 'Wire a compiled genie bundle + published eval set + reference oracle into a behavioral-gate Run.' This uses a specific verb and resource, and the context of populating runner_config_json distinguishes it from sibling tools like edgegate_create_pipeline or edgegate_run_gate. It unambiguously identifies this as the tool for creating a background run.

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 prerequisites (compiled bundle, published eval set, reference) and mentions error conditions, but does not explicitly compare with alternatives like edgegate_run_gate or edgegate_rerun_bg. There's no 'use this instead of' or 'when not to use' guidance. However, the context makes it clear this is for on-device self-hosted runs.

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/frozo-ai/edgegate-mcp'

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