Skip to main content
Glama
extralabs

octowatch-mcp

Official
by extralabs

Search monitoring

search_monitoring
Read-only

Find a keyword across sites, apps, mail, files, and other monitored activity in one parallel search, reducing the need for multiple lookups.

Instructions

Console Tools → Search: parallel Monitoring fan-out with FilterKey.

Use for: 'find keyword X across activity' (sites/apps/keys/mail/files/…). Prefer this over calling list_monitoring many times. Not for Risks (list_risks), idle (get_idle_summary), or formal Alerts (list_anomalies). Does not search SearchQueries.

kinds: optional comma-separated subset (e.g. "Sites,Apps,Mail" or "sites,mail"). Default = all Tools Search sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindsNoOptional comma-separated kinds, e.g. Sites,Apps,Mail.
offsetNoPagination offset (0-based).
periodNoRelative period: today|yesterday|last_7_days|last_30_days (wins over date_from/date_to when set).
date_toNoEnd datetime; date-only covers until 23:59:59 that day.
user_idNoUser filter: AliasID as TreeviewUsers NodeType=1.
group_idNoGroup filter: TreeviewUsers NodeType=14 (console group id).
max_rowsNo
date_fromNoStart datetime YYYY-MM-DD or YYYY-MM-DD HH:MM:SS (full day if date-only).
filter_keyYesKeyword for Tools → Search fan-out across Monitoring.
per_source_limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds non-obvious behavior: it is a parallel fan-out, defaults to all Tools Search sources, and explicitly does not search SearchQueries. This goes beyond the annotations and schema.

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 compact, front-loads the core purpose, and uses short labeled lines for use/not-use/parameter guidance. Every sentence earns its place, with no repetition of the title or schema boilerplate.

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?

For a 10-parameter tool with many siblings, the description covers the essential selection logic, exclusions, scope default, and the one parameter needing extra explanation. Since an output schema exists, return values do not need to be described, and the remaining parameter details are in the schema.

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 high (80%), so the baseline is 3. The description adds extra meaning for the 'kinds' parameter by noting case-insensitivity ('Sites,Apps,Mail' or 'sites,mail') and clarifying that null defaults to all sources, which the schema does not state. Other parameters are adequately covered by the schema.

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 opens with a specific verb and resource: 'parallel Monitoring fan-out with FilterKey' for 'find keyword X across activity'. It clearly distinguishes itself from siblings by explicitly excluding list_risks, get_idle_summary, list_anomalies, and SearchQueries, so an agent can select it without opening schemas.

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?

Usage context is explicit: 'Use for: find keyword X across activity' and 'Prefer this over calling list_monitoring many times'. It also gives clear negative guidance with named sibling alternatives (list_risks, get_idle_summary, list_anomalies), leaving little to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/extralabs/octowatch-mcp-server'

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