Skip to main content
Glama

business_list

Read-only

List your businesses with their spend and activity, newest first. Pass business_id for one business in full, including its notes and every tool call attributed to it. Use this to check whether a business is already running before starting another.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax businesses to return (default 20).
statusNoFilter the list.
business_idNoReturn this one business in full detail.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations provide readOnlyHint=true; description confirms read-only listing. Adds behavioral details like 'newest first' ordering and that business_id returns extended info including notes and tool calls, which is 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.

Conciseness5/5

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

Two efficient sentences with no wasted words. Front-loads the core function and adds a practical use case in the second sentence.

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

Completeness4/5

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

Given three parameters and no output schema, the description adequately explains the return content (spend, activity, optionally notes and tool calls). Could mention limit parameter's effect on pagination, but overall sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema already covers all parameters with descriptions (100% coverage), but description adds context for business_id (returns full detail with notes and tool calls) and implies default ordering. Provides additional meaning beyond schema.

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?

Description clearly states it lists businesses with spend and activity, newest first, and that passing business_id returns full detail including notes and attributed tool calls. It distinguishes from siblings like business_start and business_end.

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?

Explicitly suggests using the tool to check if a business is already running before starting another, providing clear use-case guidance. Does not explicitly mention when not to use or alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources