Skip to main content
Glama
antarpreetsinghbajwa

cep-mcp-server

check_seb_extension_status

Check if the Secure Enterprise Browser (SEB) extension is force-installed for an organizational unit to confirm availability of advanced Chrome Enterprise Premium features like data masking.

Instructions

Checks if the Secure Enterprise Browser (SEB) extension is force-installed for a given Organizational Unit. The SEB extension is REQUIRED for advanced Chrome Enterprise Premium features like data masking. If not installed, use 'install_seb_extension' to fix it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgUnitIdYesThe ID of the organizational unit to check.
customerIdNoThe Chrome customer ID (e.g. C012345).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
policiesYes
extensionIdYes
isInstalledYes
Behavior4/5

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

The verb 'checks' conveys a read-only, non-destructive operation, and the description adds context about the extension's importance. It does not detail permissions or exact return behavior, but an output schema is present, and the operation inherently has no side effects, so the description adequately covers behavioral transparency given the absence of annotations.

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?

Two concise sentences that state the purpose first and then provide actionable context. No filler or redundancy.

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 low complexity, full schema coverage, presence of an output schema, and clear usage guidance, the description is complete. It explains the tool's role in the broader workflow and links to the remediation tool, making it sufficient for an agent to invoke correctly.

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% (both orgUnitId and customerId have descriptions), so the baseline of 3 applies. The description mentions 'given Organizational Unit' but adds no parameter-level details beyond what the schema already provides.

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?

Clearly states the specific action (checks force-installation of SEB extension) and the target resource (given Organizational Unit). The mention of 'force-installed' and integration with sibling tools distinguishes it from similar checks like check_ev_extension_status.

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?

Explicitly instructs when to use this tool as a prerequisite check and provides a direct alternative next step: 'use install_seb_extension to fix it.' It also explains why the extension matters (required for advanced features), giving context for the check.

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