Skip to main content
Glama

run_sdk_business_primitive

Execute an SDK implementation in preview-only mode to validate and discover its behavior. Connector-backed apply requests fail closed when certification is uncertified, ensuring safe execution.

Instructions

Run SDK implementation code for discovery, validation, and safe preview.

The default is preview-only. Connector-backed apply requests fail closed while their manifest certification state is UNCERTIFIED. A future activated write still requires Spring-governed Project scope, exact account binding, server-owned effect classification, approval, and idempotency. run_business_primitive is the canonical alias for this same runtime.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
run_refNo
project_idNo
project_refYes
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/5.0
Behavior3/5

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

The description hints at behavior: 'default is preview-only' and 'connector-backed apply requests fail closed while their manifest certification state is UNCERTIFIED' and 'future activated write still requires... approval'. However, these statements are cryptic and do not clearly explain side effects, state changes, or error conditions. No annotations are present, so the description carries the transparency burden but only partially fulfills it.

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

Conciseness3/5

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

The description is moderately verbose and uses dense jargon, but it is not overly long. However, the structure is disjointed, mixing factual statements ('default is preview-only') with abstract requirements ('A future activated write still requires...') without a clear logical flow. Some redundancy exists with the alias note.

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?

The tool has an output schema, but the description does not explain what the return values represent, what success/failure looks like, or how to interpret the result. Given the complexity of parameters and the abstract nature of the tool, the description lacks critical context about the execution lifecycle, error handling, or expected outcomes.

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 parameter descriptions are absent (0% coverage), and the tool description does not explain any of the 9 parameters. Only 'preview_only' and 'connector_account_refs' are implicit in the prose, but their meaning and usage are not clarified. Parameters like 'primitive_id', 'project_ref', 'approval_refs' remain undefined, making correct invocation difficult.

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 states 'Run SDK implementation code for discovery, validation, and safe preview' but does not clearly specify what a 'business primitive' is or what concrete action it performs. The mention of 'canonical alias' and abstract domain terms (Spring-governed, server-owned effect classification) leave the tool's purpose ambiguous, especially given many sibling tools with similar 'run' naming patterns.

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

Usage Guidelines1/5

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

No explicit guidance on when to use this tool versus alternatives. It mentions 'discovery, validation, and safe preview' but does not contrast with other run tools like 'run_sdk_project_workflow' or 'run_workflow'. The description lacks conditions or scenarios for selection, leaving the agent to guess.

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