Skip to main content
Glama

list_business_primitives

Read-onlyIdempotent

Fetch a paginated list of canonical, versioned business primitives. Filter by category or search query, and control output with limit, offset, and summary-only options.

Instructions

List the canonical, versioned Executable Primitive manifest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
offsetNo
categoryNo
summary_onlyNo
include_inputsNo

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.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds only minor context — that this returns a canonical, versioned manifest rather than raw business records — but reveals nothing about pagination behavior, output volume, or what 'canonical' means operationally. This is adequate but not additive beyond annotations.

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

Conciseness2/5

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

The single 8-word sentence is technically concise with no waste, but this is under-specification, not effective conciseness. The sentence does not earn its place because it omits the information an agent needs to select and invoke the tool correctly.

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 six undocumented parameters and a near-identical sibling, one terse sentence is inadequate. The output schema reduces the need to describe return values, but the description still fails to explain what an Executable Primitive is, how this differs from list_executable_business_primitives, or what the filtering parameters do.

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 mentions none of the six parameters (limit, query, offset, category, summary_only, include_inputs). With no schema documentation and no description-level compensation, an agent cannot know the meaning of summary_only vs include_inputs or how category filters results. The description entirely fails to carry the parameter-semantics burden.

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

Purpose3/5

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

The description states a specific verb and resource ('List the canonical, versioned Executable Primitive manifest'), so it is not a tautology. However, the sibling `list_executable_business_primitives` is nearly identical in name, and the description never clarifies the relationship or what distinguishes the 'canonical, versioned manifest' from that listing. Domain jargon like 'Executable Primitive' is left undefined, weakening selection confidence.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus closely related siblings such as `list_executable_business_primitives`, `run_business_primitive`, or `run_sdk_business_primitive`. The description provides no exclusions, no when-to-use context, and no mention of alternatives.

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