Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_r2_pipeline

Retrieve configuration and status details for a Cloudflare R2 pipeline using account ID and pipeline name. Get the information needed to monitor or troubleshoot your pipeline.

Instructions

Get details of an R2 pipeline

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesThe account ID
pipeline_nameYesThe pipeline name

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.5/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. 'Get' communicates a read-only retrieval and 'details' implies the return content, but response shape, error behavior, rate limits, and account/pipeline prerequisites are not disclosed. For a simple getter this is adequate but minimal.

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 focused phrase that front-loads the verb and resource. There is no filler, no repetition of the parameter names, and every word earns its place.

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 two-parameter read-only tool with full schema coverage and no output schema, the description is mostly adequate. However, it leaves unspecified what 'details' actually contains and does not contrast with list_r2_pipelines, so an agent may still be unsure what response to expect.

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 baseline is 3. The description names the resource but does not explain how account_id and pipeline_name are used, what uniquely identifies a pipeline, or any format constraints beyond what the schema already provides.

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 uses a clear verb+resource pair ('Get details of an R2 pipeline') and identifies the singular resource, which differentiates it from list_r2_pipelines and other list-style tools. However, it does not specify which details are returned or disambiguate from related get_* R2 tools.

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 singular 'get' and 'details' imply this is for retrieving one pipeline's details rather than enlisting pipelines, but there is no explicit when-to-use or when-not-to-use guidance. It does not mention the sibling list_r2_pipelines or prerequisites like an existing pipeline.

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