Skip to main content
Glama
antarpreetsinghbajwa

cep-mcp-server

get_connector_policy

Retrieve current Chrome Enterprise connector policies for an org unit to audit or verify DLP, real-time URL checks, and event reporting settings.

Instructions

Retrieves the current configuration for a specific Chrome Enterprise connector or all connectors. Use this to AUDIT or VERIFY settings for features like "printing sensitive data", "real-time URL checks", or "event reporting". Note: The 'enable_chrome_enterprise_connectors' tool can only ACTIVATE connectors that are currently unconfigured. There is currently no tool to MODIFY an already configured connector; these must be updated manually in the Admin Console.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
policyNoThe connector type to retrieve (or "ALL" to get all connectors in one call).ALL
orgUnitIdYesThe ID of the organizational unit to check.
customerIdNoThe Chrome customer ID (e.g. C012345).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgUnitIdYes
configuredYesTrue when at least one policy entry exists and any entry is enabled.
connectorsNoMapping of all connector types to their individual results. Only present when policy is ALL.
connectorTypeYes
connectorPoliciesYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It implies a read-only operation via 'Retrieves' but does not explicitly state it is side-effect-free. However, it adds valuable context about the limitations of related tools, which helps set expectations. A slightly more explicit disclosure of non-mutating behavior would elevate it further.

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 three sentences, front-loaded with the primary action. Each sentence contributes value: the first states what it does, the second gives the use case, and the third provides important limitations. No word is wasted.

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 that an output schema exists, the description does not need to explain return values. It provides a clear purpose, usage guidance, and a comparison with related tools. It is complete for a retrieval tool, and the note about manual updates in Admin Console rounds out the operational context.

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 description coverage is 100%, so parameters are already well-documented. The description adds context by mentioning example features like 'printing sensitive data' and 'real-time URL checks', which helps interpret the enum values. This goes beyond the schema without being redundant.

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 uses the specific verb 'Retrieves' and clearly identifies the resource as 'the current configuration for a specific Chrome Enterprise connector or all connectors'. It also distinguishes itself from the sibling 'enable_chrome_enterprise_connectors' tool by focusing on retrieval/audit rather than activation.

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 explicitly states when to use the tool: 'Use this to AUDIT or VERIFY settings'. It also provides clear guidance on alternatives: the enable tool can only activate unconfigured connectors, and there is no tool to modify configured connectors. This is explicit and actionable.

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