Skip to main content
Glama

Advanced: raw runtime_run

runtime_run

Invoke product runtime operations through an internal execution facade, allowing AI assistants to call multiple product APIs from one aggregated endpoint.

Instructions

[advanced/internal] Advanced exec façade. Prefer fraggate_call. Still DecisionGATE-admitted; not a backdoor past the door.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
slugYes
payloadNo
session_idNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changed
    • removedInput schema / properties / op / description
      Removed value: -"Product verb, e.g. fold-preview, submit, score"
    • removedInput schema / properties / payload / description
      Removed value: -"What the software needs as input"
    • removedInput schema / properties / session_id / description
      Removed value: -"Optional. Reuse an open session."
    • removedInput schema / properties / slug / description
      Removed value: -"Product slug, e.g. foldlock, godlock, azclce"
  2. First observedv1.5.0

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false. The description adds governance-related behavior: it is 'DecisionGATE-admitted' and 'not a backdoor,' meaning it is still subject to policy checks. This is useful context but does not disclose side effects, state changes, or error behavior beyond the annotation.

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 compact—two sentences with no filler. It front-loads the '[advanced/internal]' label and the core governance message. Brevity is achieved, though at the cost of semantic clarity.

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

Completeness1/5

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

With four parameters, no output schema, no parameter documentation, and no description of return values or failure modes, the description is severely incomplete. An agent cannot construct a correct invocation or understand the tool's behavior from this text alone.

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?

Schema description coverage is 0% and the description makes no mention of slug, op, payload, or session_id. There is no explanation of what these parameters mean, how they relate to the execution, or what valid values look like. The agent is left entirely to infer parameter semantics from names alone.

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

Purpose2/5

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

The description labels the tool an 'Advanced exec façade' but never states what it executes, what resource it operates on, or what outcome it produces. The phrase 'raw runtime_run' largely restates the tool's name, and while it distinguishes itself from fraggate_call, it fails to define its actual function.

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 says 'Prefer fraggate_call,' which gives an alternative and a clear preference. The '[advanced/internal]' tag signals restricted usage context, and 'not a backdoor past the door' clarifies it should not be used to bypass governance. However, it does not specify exactly when an agent should choose this over its siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AzielEliab/aziel-runtime'

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