Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_access_certificate

Fetch details of a Cloudflare Access mTLS certificate using its account ID and certificate ID. Get certificate metadata to verify and manage Access configuration.

Instructions

Get details of an Access mTLS certificate

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesThe account ID
certificate_idYesThe certificate 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?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does signal a read-only operation via 'Get details,' but it does not describe response contents, error behavior, permissions, or any other behavioral traits beyond the basic action.

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 front-loaded sentence with no filler. Every word earns its place, and it is immediately clear what resource is being retrieved.

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 get operation, the description is minimally viable, but it lacks output schema information and fails to clarify how this tool relates to nearby siblings. An agent might be able to call it correctly, but it would benefit from more context about return values and when to choose this over related Access certificate tools.

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%, with both account_id and certificate_id described in the input schema. The tool description adds no additional meaning about these parameters, so it neither helps nor harms beyond the schema baseline.

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 specific verb ('Get details') and resource ('Access mTLS certificate'), so it clearly identifies what the tool does. However, it does not explicitly distinguish itself from sibling tools like get_access_certificate_settings or list_access_certificates, leaving some ambiguity about scope.

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 on when to use this tool versus alternatives such as list_access_certificates or get_access_certificate_settings. The name implies it is for a single certificate by ID, but the description provides no explicit context, prerequisites, or exclusions.

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