Skip to main content
Glama

ComplianceAutomator Public MCP

list_guides

List public compliance guides from the resource library.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoOptional max number of guides to return.
frameworkNoOptional framework filter such as SOC 2 or HIPAA.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It notes that guides are 'public' and sourced from the resource library, offering some transparency about access scope, but it does not explicitly state that the operation is read-only, nor describe pagination, ordering, or error behavior. It is minimal but not misleading.

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?

The description is a single, front-loaded sentence ('List public compliance guides from the resource library') with no unnecessary words or repetition. It maximally conveys the tool's purpose in minimal space.

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?

For a simple listing tool with only optional parameters and no output schema, the description provides sufficient information about what the tool does and its source. It does not describe return field details, but given the tool's simplicity and the absence of annotations, the description is reasonably complete for selection and invocation.

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%, so the schema fully documents both 'limit' and 'framework' parameters. The description adds no additional parameter meaning beyond the schema, placing it at the baseline for high coverage.

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?

The description clearly states a specific verb ('List'), a specific resource type ('public compliance guides'), and the source ('resource library'), distinguishing it from sibling tools like get_guide and list_frameworks.

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?

The description implies usage for browsing compliance guides but does not explicitly state when to use this tool over alternatives like get_guide or list_frameworks. No exclusions or alternative scenarios are mentioned, so context is inferred rather than 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.

Resources