Skip to main content
Glama
antarpreetsinghbajwa

cep-mcp-server

list_detectors

List custom Chrome DLP detectors, including URL lists, word lists, and regex patterns, to retrieve the policyName needed for DLP rule configuration.

Instructions

Lists all custom Chrome DLP detectors (URL lists, word lists, or regular expressions). Detectors are used within DLP rules to identify sensitive content. Use this to find the 'policyName' of a detector to include in a rule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
detectorsYes
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 states that the tool 'lists all' detectors, implying a read-only, non-filtering operation, and explains the practical purpose of the returned data. It lacks explicit mention of no side effects, but the verb 'lists' and context are clear for a simple list operation.

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 two sentences, front-loaded with the core action and resource, then adds practical context about usage. Every sentence earns its place with no filler.

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 the tool has no parameters and an output schema exists (so return structure is elsewhere), the description fully covers what the tool does, what it returns conceptually (policyName), and why to use it. It is complete for the tool's complexity.

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?

This tool has zero parameters, and the schema coverage is 100% (an empty object). The description adds no parameter-specific details, but the baseline for zero-param tools is 4, and there is nothing more to add.

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 a specific verb ('Lists all') and clearly identifies the resource ('custom Chrome DLP detectors'), including the three types (URL lists, word lists, regular expressions). This distinguishes it from sibling tools like list_dlp_rules or create_regex_detector.

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

Usage Guidelines4/5

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

The description provides a clear use case: finding the 'policyName' of a detector to include in a rule. It does not explicitly mention when to avoid using it or name alternative tools, but the context is sufficiently implied given the sibling list.

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