Skip to main content
Glama

list_alert_policies

Read-onlyIdempotent

List Cloud Monitoring alert policies with their enabled status to review active alerts and identify disabled or missing notifications across GCP environments.

Instructions

List Cloud Monitoring alert policies and whether they are enabled.

Args: limit: Maximum number of policies to return. environment: Which configured GCP environment to query, e.g. 'staging' or 'production'. Omit to use the default environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
environmentNo

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A4.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description need not repeat that this is a safe read operation. The description adds useful context by noting the output includes whether policies are enabled and by explaining the environment selection behavior. It does not disclose pagination or return structure details, but the annotations and simple tool nature keep the burden low.

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 short, front-loaded with the core purpose, and each sentence in the Args section earns its place by clarifying a parameter. There is no redundant or filler content.

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

Completeness5/5

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

For a low-complexity tool with no required parameters, no output schema, and annotations covering the safety profile, the description is complete. It covers what the tool does, what the parameters mean, and the behavior when 'environment' is omitted. Nothing essential for invoking the tool correctly is missing.

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

Parameters5/5

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

The schema provides no descriptions for the parameters, but the description fully compensates. It explains 'limit' as the maximum number of policies to return and explains 'environment' with concrete examples and the default-omission behavior. This is exactly the semantic clarity an agent needs beyond the raw 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?

The description uses a specific verb and resource: 'List Cloud Monitoring alert policies and whether they are enabled.' This clearly identifies the tool's function and distinguishes it from sibling tools that list other resource types such as compute instances, GKE clusters, or uptime checks.

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?

The description clearly frames the tool as listing Cloud Monitoring alert policies, which is enough to infer when it should be used. It does not explicitly state when to prefer alternatives or when not to use it, but the resource-specific language provides clear context among the sibling tools.

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

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/deBilla/platform-mcp'

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