Skip to main content
Glama
extralabs

octowatch-mcp

Official
by extralabs

Get user info

get_user_info
Read-only

Retrieve OctoWatch DLP user or computer details by user ID or computer GUID. Query user data, tooltips, group paths, or computer-linked users for risk and activity analysis.

Instructions

User/computer detail reads (SPA GET headers).

user_data / tooltip / group: need user_id (AliasID). group = group path for that user (not load-by-GroupID). computer / users_from_computer: need computer_guid (ComputerGuid).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoRelative period: today|yesterday|last_7_days|last_30_days (wins over date_from/date_to when set).
sourceNoUser/computer detail source.user_data
compactNo
date_toNoEnd datetime; date-only covers until 23:59:59 that day.
user_idNoUser filter: AliasID as TreeviewUsers NodeType=1.
date_fromNoStart datetime YYYY-MM-DD or YYYY-MM-DD HH:MM:SS (full day if date-only).
computer_guidNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare this as a read-only, open-world operation, and the description reinforces that with 'reads' and 'SPA GET headers'. It adds useful behavioral detail about source-specific key requirements and the group-path nuance. No contradiction with annotations exists.

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 compact, front-loaded lines with no filler. Every line contributes a distinct constraint or mapping, making it easy for an agent to scan and act on.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only multi-source tool with an output schema, the description covers the essential invocation constraints: which ID each source needs and the group-path caveat. It does not describe the compact parameter or default behavior, but defaults are present in the schema and the conditional requirements are sufficiently explicit.

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 71%, so the schema documents most parameters. The description adds valuable meaning beyond enumerations by mapping source values to the required IDs and clarifying that group is a path, not a GroupID. It also gives context for computer_guid, which the schema leaves undocumented, though compact remains unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool performs user/computer detail reads and enumerates five distinct source modes. It is more specific than the title, but it does not explicitly differentiate this tool from sibling read tools such as get_activity_detail or get_account_readonly.

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 gives concrete conditional usage guidance: user_data, tooltip, and group require user_id, while computer and users_from_computer require computer_guid. It also disambiguates group as a path, not a GroupID, which prevents a likely misuse. It does not mention alternatives among sibling tools, but the context for correct invocation is clear.

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