Skip to main content
Glama
antarpreetsinghbajwa

cep-mcp-server

cep_auth

Authenticate with Google for Chrome Enterprise Premium MCP server, covering Admin SDK, browser management, Cloud Identity, and licensing scopes.

Instructions

Sign in to Google for the Chrome Enterprise Premium (CEP) MCP server. Before calling this tool, you MUST warn the user that this will open a browser tab or prompt them to sign in, and ask for their confirmation. Use this tool ONLY for the CEP MCP server. The Google Workspace MCP server has its own separate auth tool—do not use this one for that. Requests the CEP scope set: Admin SDK reports, Chrome browser management, Cloud Identity (DLP), Identity, Licensing, Service Usage. Call with no arguments to start the sign-in. If the response sets nextAction to paste-redirect-url, ask the user to paste the URL the browser was redirected to, then call cep_auth again with that string as the redirectUrl argument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authMethodNoThe authentication method to use: "auto" (attempts browser, falls back to manual), "browser" (forces opening browser), "manual" (skips browser and directly provides URL for manual copy-paste).auto
redirectUrlNoThe full URL the browser was redirected to after consent (looks like http://127.0.0.1:PORT/?code=...&state=...). Omit to start a fresh sign-in.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
authUrlNo
messageNo
expiresAtNo
nextActionNo
Behavior5/5

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

With no annotations, the description carries the full burden. It discloses the browser-opening behavior, user confirmation requirement, requested scopes, and the continuation flow with redirectUrl. This gives the agent a clear picture of the tool's side effects and interaction requirements.

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 concise yet comprehensive, using clear sentences that each convey a necessary piece of information: purpose, warning, exclusion, scopes, and usage steps. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the interactive auth flow and the presence of an output schema, the description sufficiently covers operational steps, prerequisites (user warning), and response handling. The absence of return value details is acceptable since an output schema exists.

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?

The schema already covers both parameters (authMethod enum and redirectUrl). The description adds value by explaining the exact usage flow: call with no arguments to start, and pass redirectUrl when nextAction is paste-redirect-url. This enriches the schema's static definitions.

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 explicitly states the tool signs in to Google for the CEP MCP server, identifies the specific scope set, and distinguishes it from the Google Workspace MCP auth tool. This clearly differentiates it from sibling tools like cep_auth_status and cep_auth_clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance, including the mandatory user warning and confirmation, the restriction to only the CEP MCP server, and the specific two-step flow for handling nextAction. This goes beyond simple context and gives actionable instructions.

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/antarpreetsinghbajwa/cep-mcp-server'

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