Skip to main content
Glama

ACI Risk Indicators

Search ACI Providers

search_providers
Read-only

Search providers with a current ACI Risk Indicator by free text and/or module, risk band, or subtype. Returns headline fields for each match: slug, name, module, the indicator value (score), risk_band and subtype. Access: no sign-in needed. Below the Professional plan, results show name, module and risk band only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows (default 25).
queryNoFree-text match on provider name or slug.
moduleNoFilter by module code (planner_type).
subtypeNoFilter by provider subtype.
risk_bandNoFilter by risk band: LOW|MEDIUM|ELEVATED|HIGH.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false and openWorldHint=false, so the safety profile is covered. The description adds genuinely useful behavior beyond that: no sign-in required and tier-based result truncation (name/module/risk band only below Professional).

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?

Three tight sentences: purpose/filters first, return fields second, access and tier caveat last. No filler; the only slight redundancy is echoing filter axes already in the schema.

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?

With no output schema, the description compensates by enumerating the returned headline fields (slug, name, module, score, risk_band, subtype) plus the tier-based truncation caveat. An agent has enough to call it correctly; pagination beyond 'limit' is the only unaddressed detail.

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 description coverage is 100% and all five parameters are documented in the schema including the risk_band enum values, so the baseline is 3. The description restates the same filter axes without adding format, defaults, or combination rules beyond what the schema already provides.

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?

States a specific verb (Search) plus resource (providers with a current ACI Risk Indicator) and the available filter axes. It does not name a sibling to distinguish itself from, e.g. get_provider_detail or compare_providers, so it lands just short of a 5.

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?

Provides context (free-text and/or filter search) and access/no-sign-in info, but never states when to prefer this over get_provider_detail or compare_providers. Usage is implied by the verb 'search' rather than made explicit.

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.