Skip to main content
Glama

list_grc_controls

Read-onlyIdempotent

List GRC controls with optional filters by related risk, policy, or state to manage compliance and governance.

Instructions

List GRC controls with optional filter by risk or policy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
risk_sysidNoFilter controls by related risk sys_id
stateNoFilter by control state (draft, attest, review, exception, compliant, non_compliant)
limitNoMax records to return (default 25)
Behavior2/5

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

Annotations already provide readOnlyHint, idempotentHint, openWorldHint. The description adds little beyond listing controls and optional filters, and the mention of a non-existent 'policy' filter is misleading.

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?

Extremely concise single sentence, but at the cost of missing important details. Still, it is not verbose.

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 simple listing tool with three optional params and no output schema, the description should clarify filter options and default limit. It fails to do so and introduces an error.

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

Parameters2/5

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

Schema has 100% coverage, baseline 3. But the description adds no extra meaning and creates confusion by referencing a 'policy' filter not in the schema.

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 clearly states the tool lists GRC controls. However, it inaccurately mentions filtering by 'policy' which is not in the schema; the actual filters are risk_sysid and state. This reduces clarity.

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 on when to use this tool versus siblings like list_grc_risks. The description does not specify context or 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/tedorigawa001/ServiceNow-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server