Skip to main content
Glama
do345

tanium-gateway-mcp

by do345

get_integrity_monitor_watchlists

Retrieve Integrity Monitor watchlists to see monitored files, directories, and registry paths. Identify current integrity change monitoring targets.

Instructions

Integrity Monitor 워치리스트(감시 대상 파일/디렉터리/레지스트리 경로) 목록을 조회합니다. (업무요건: 무결성 변경 감시 대상 현황)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firstNo조회할 워치리스트 수 (기본 20)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action is a retrieval ('조회'), implying read-only behavior, but does not disclose any potential side effects, authentication requirements, rate limits, or pagination behavior beyond the 'first' parameter mentioned in the schema. The description is minimal and does not add context beyond the basic 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 a single, concise sentence that front-loads the core purpose and includes a brief business context note. It contains no fluff and is appropriately sized for the tool's simplicity.

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?

The tool is simple with one optional parameter and no output schema. The description provides enough information for an agent to know what it does, and the schema covers the parameter. While it does not explain the return format or pagination, the absence is not critical for a basic list retrieval tool, and the description is sufficient for correct invocation.

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?

The schema description coverage is 100% for the single 'first' parameter, so the schema already documents its meaning. The tool description does not add any additional context about the parameter, such as its default value or usage nuances. Given the high schema coverage, a baseline of 3 is appropriate.

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 clearly states the tool retrieves the Integrity Monitor watchlist (monitored files/directories/registry paths). The verb '조회' (retrieve) and specific resource '워치리스트' (watchlist) make it unambiguous, and it naturally distinguishes from sibling tools like get_integrity_monitor_status or get_integrity_monitor_monitors by naming the exact object.

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

Usage Guidelines3/5

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

The description does not provide explicit guidance on when to use this tool versus other integrity monitor tools or mention any exclusions or alternatives. While the purpose is clear, an agent is not told when to prefer this over similar siblings, leaving the choice to inference.

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/do345/Tanium-Gateway-MCP'

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