Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_ip_prefix_bgp_status

Retrieve BGP status for an IP prefix using its account ID and prefix ID. Check routing visibility and announcement state for the specified prefix.

Instructions

Get BGP status for an IP prefix

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefix_idYesThe prefix ID
account_idYesThe account ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

Without annotations, the description carries the behavioral burden: 'Get' makes the read-only intent clear and implies no mutation. However, it does not mention required permissions, data scope, or edge-case behavior such as what happens when the prefix has no BGP status.

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?

A single seven-word sentence with the verb and object front-loaded. There is no filler or redundancy, and it is appropriately sized for a simple getter.

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 two-parameter getter the description is mostly sufficient: the purpose and target resource are clear. Yet since there is no output schema, it would benefit from explaining what the BGP status response contains or any conditions that make a prefix ineligible.

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 100%, so the baseline for parameter semantics is 3. The description adds slight context by tying prefix_id to an IP prefix, but it does not explain the relationship between account_id and prefix_id or how to obtain valid IDs beyond the thin schema descriptions.

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 and resource—'Get BGP status for an IP prefix'—so an agent can tell this is a read operation on BGP status. It is clear but does not explicitly contrast with sibling tools like get_ip_prefix or list_ip_prefixes.

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 about when to choose this tool over get_ip_prefix or list_ip_prefixes, and no mention of prerequisites or exclusions. The only cue is the implied resource name, which is not enough to guide alternative selection.

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/pocc/cloudflare-mcp'

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