Skip to main content
Glama

company_readiness

Check which engines in your bundle are blocked by comparing them with your account's connected providers. Get a JSON report of blocked engines.

Instructions

Compare the bundle's engines with the account's connected providers and name the blocked engines. JSON. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nowNo
bundle_jsonYes

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

B3.3/5.0
Behavior3/5

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

With no annotations present, the description carries the full disclosure burden. It does disclose two meaningful traits: 'Read-only' (no mutation side effects) and 'JSON' (return format). However, it does not explain what 'blocked' means, how blocking is determined, or what happens when no providers are connected — the agent must infer this behavior.

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?

One sentence plus two fragments totaling roughly 15 words. Every element earns its place: the operation, the inputs, the output, the response format, and the safety profile. The primary action is front-loaded and there is zero filler.

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

Completeness3/5

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

For a simple read-only comparison tool with an output schema present, the core behavior is covered. Remaining gaps: no explanation of the 'now' parameter, no format guidance for bundle_json, no usage versus sibling tools, and no description of edge behavior when providers are missing. The output schema offsets some obligation to describe return values, but the gaps still matter.

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

Parameters3/5

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

Schema coverage is 0%, so the description must compensate. It gives partial meaning to the required parameter bundle_json by tying it to 'the bundle's engines', which is the core input. However, the 'now' parameter is entirely unexplained despite having a default, and the expected JSON structure of bundle_json is not described. The description does about half the compensation work.

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 description names a specific verb ('Compare'), the two compared resources (bundle's engines, account's connected providers), and the expected outcome (name the blocked engines). This distinguishes it from the many financial company_* siblings (company_revenue, company_payables, etc.), though it does not differentiate it from closer readiness-style tools like get_reference_company_onboarding_readiness or inspect_agent_learning_readiness, and 'blocked engines' is not further defined.

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?

There is no guidance on when to use this tool versus plausible alternatives such as get_engine_inventory, list_engine_states, company_coverage, or inspect_agent_learning_readiness. No conditions, prerequisites, or exclusions are stated; an agent gets no help choosing between this and the other engine/readiness-related siblings.

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