Skip to main content
Glama

Account catalog

catalog

List every Cloudflare deployment in your account, grouped by project, showing visibility and hosting type. Optionally publish this inventory as an access-protected page and return its URL.

Instructions

Every cloudfact in the user's Cloudflare account, grouped by project, as the account itself sees them (so deploys made from another machine show up too). Each entry says whether it is public, a private key link or behind Cloudflare Access sign-in, and whether it serves static files or an app with its own server. Quick tunnels have no account-side resource and appear only when this machine still has their record (inAccount=false). publish=true turns the catalog into a browsable page and returns its URL; that page asks for Cloudflare Access sign-in by default, for the email that owns the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accessNoWith publish: emails allowed to sign in to the catalog page (default: the account owner)
projectNoOnly deploys filed under this project
publishNoPublish the catalog as a page and return its URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.8.8

TDQS

A4.1/5.0
Behavior4/5

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

Annotations only declare readOnlyHint=false, but the description discloses the key behavioral side effect: setting publish=true creates a browsable page and returns its URL, with Cloudflare Access sign-in by default. It also explains how quick tunnels are represented and the inAccount=false flag. This adds valuable context beyond the annotation.

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?

The description is a single dense paragraph, but it is well-structured: main purpose first, then entry details, then quick tunnel caveat, then publish behavior. Every sentence contributes new information. It is slightly long but efficient and front-loaded with the core function.

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?

Since there is no output schema, the description must explain the return value. It describes what each catalog entry contains (public/private/access, static vs. server) and covers the publish URL behavior. It does not mention ordering, pagination, or error cases, but for a list-style tool these are minor gaps. Overall it is sufficiently complete for an agent to call it correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds extra meaning for the publish parameter ('turns the catalog into a browsable page and returns its URL') and clarifies the access parameter default (owner email). These details go beyond the schema descriptions, enhancing parameter understanding.

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 the tool's function: it lists every cloudfact in the account, grouped by project, from the account's perspective. It also distinguishes itself from potential siblings by noting it includes deploys from other machines and excludes quick tunnels without a local record. The verb 'catalog' is implicit but the purpose is unambiguous.

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 when to use this tool (for an account-wide view) versus a local view, but it never explicitly names alternatives or says 'use list for local records'. The note about deploys from other machines hints at differentiation, but there is no direct 'when not to use' guidance.

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