Skip to main content
Glama

cloudflare_zt_create_idp

Set up identity providers for Zero Trust Access on Cloudflare. Supports GitHub, Google, SAML, OIDC, Azure AD, Okta, and one-time PIN.

Instructions

Create a new identity provider (IdP) for Zero Trust Access. Supports GitHub, Google, SAML, OIDC, Azure AD, Okta, and one-time PIN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesIdP display name (e.g., 'my-github-idp')
typeYesIdentity provider type
configYesProvider-specific configuration. For GitHub/Google/OIDC/Azure AD: { client_id, client_secret }. For SAML: { issuer_url, sso_target_url, attributes, ... }. For onetimepin: empty object {}.
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only lists supported types and basic creation. Missing details: side effects (e.g., overwrites existing?), auth requirements, rate limits, synchronous behavior, or error handling for duplicate names.

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, efficient sentence with no wasted words. It is front-loaded with the action and resource. Could be improved by a brief bullet list or structured format, but it's concise enough.

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?

Given the complexity (multiple IdP types with varying config) and lack of output schema/annotations, the description is somewhat incomplete. It doesn't explain return values, creation confirmation, or error scenarios. The listing of types is helpful but not enough for a comprehensive understanding.

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%, and the description adds marginal value by repeating supported types and giving config examples (e.g., 'For GitHub/Google... { client_id, client_secret }'). However, this largely overlaps with the schema descriptions, so baseline 3 is appropriate.

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 action ('Create'), the resource ('identity provider'), and the context ('Zero Trust Access'). It lists supported provider types, which distinguishes it from sibling tools like listing or deleting IdPs.

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 (creation of IdP), but does not provide explicit guidance on when not to use, prerequisites (e.g., valid account), or alternatives. No distinct siblings are mentioned for comparison.

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

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