Skip to main content
Glama
google

Chrome Enterprise Premium MCP Server

Official
by google

cep_auth

Authenticate with Google for Chrome Enterprise Premium MCP server access. Initiates OAuth sign-in and handles redirect URL for completing authorization.

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?

No annotations are provided, so the description carries the full burden. It discloses that the tool opens a browser tab, requires user interaction, and outlines the entire auth flow including the redirect URL step. It also lists the requested scopes. This is transparent for an auth tool.

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 bit lengthy (6 sentences) but each sentence serves a purpose given the complexity of the auth flow. It is front-loaded with the main purpose, then instructions. Could be slightly more concise but appropriately structured.

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?

The description covers all necessary context: what the tool does, prerequisites (warn user), scopes, how to handle different scenarios (initial call vs. redirect), and exclusion of sibling tool. The output schema exists, so return values are not needed. The description is complete for this tool.

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%, and the schema already has descriptions for both parameters. The description adds value by explaining the overall flow and how the parameters fit (e.g., 'Omit to start a fresh sign-in'). It goes beyond mere schema details but the schema already does a good job.

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 purpose: 'Sign in to Google for the Chrome Enterprise Premium (CEP) MCP server.' It uses a specific verb ('sign in') and resource ('CEP MCP server'), and distinguishes from the sibling auth tool for Google Workspace MCP server.

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?

The description provides explicit usage guidelines: warn user, ask confirmation before calling, use only for CEP MCP (not for Google Workspace MCP), call with no arguments to start, and call with redirectUrl after user provides the URL. This covers when and how to use the tool.

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/google/chrome-enterprise-premium-mcp'

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