Skip to main content
Glama

run_business_primitive

Execute a predefined business primitive in a specific project context, with strict validation that fails closed on missing or unknown references.

Instructions

Run the canonical Executable Primitive Runtime under exact Project scope.

run_sdk_business_primitive is retained as a compatibility alias. Both paths execute identical SDK mechanics, and connector effects return through Spring's governed authority. Missing scope and unknown refs fail closed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
inputsNo{}
requestNo
run_refNo
project_idNo
project_refNo
preview_onlyNo
primitive_idYes
approval_refsNo{}
primitive_versionNo
connector_account_refsNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Addedv0.1.1

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does add useful failure semantics ('Missing scope and unknown refs fail closed') and mentions connector effects through 'governed authority', but it fails to clarify whether this operation can cause external side effects, how `preview_only` changes behavior, or what approval flows may be required.

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 short and front-loaded with the core action, and the alias note is relevant for sibling disambiguation. The only issue is that phrases like 'canonical Executable Primitive Runtime' and 'Spring's governed authority' add jargon without much explanatory payoff.

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?

For a tool with 11 parameters, no annotations, no schema descriptions, and the potential to trigger connector effects, this description is under-specified. It does not explain how to build a correct request, what `preview_only` means, how approvals are handled, or what a typical execution returns.

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 0%, and the description compensates very little. It vaguely hints at 'exact Project scope' and 'unknown refs fail closed', which loosely relate to `project_id`, `project_ref`, and the ref parameters, but it never explains `mode`, `inputs`, `request`, `approval_refs`, `connector_account_refs`, `primitive_version`, or `preview_only`.

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 first sentence states the action ('Run') and the resource ('Executable Primitive Runtime') with a scope qualifier, so an agent understands the basic operation. The alias note also clearly connects it to `run_sdk_business_primitive`. However, the heavy use of internal jargon ('canonical Executable Primitive Runtime', 'Spring's governed authority') makes the tool's precise role less accessible.

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 explains that `run_sdk_business_primitive` is a compatibility alias and that both paths execute identically, which is useful when an agent is deciding between those two siblings. It does not, however, provide broader guidance on when to use this tool versus other business-primitive, workflow, or SDK execution tools.

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/RPasquale/lightbulb-mcp'

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