Skip to main content
Glama
aqamahn

Tenable OT Security MCP Server

by aqamahn

Query policy findings

query_policy_findings

Returns per-asset policy findings with hit counts, timestamps, status, and MITRE techniques. Use to identify which assets repeatedly trigger policies and resolve tuning gaps.

Instructions

Returns per-asset findings for one or more detection policies — i.e. the rows of (policy × asset × hit count) that the policies have produced. Use this to see which assets keep tripping a policy (often a tuning gap), or which assets are MITRE-mapped to a specific technique. Each finding has firstHitTime / lastHitTime, activeHits / resolvedHits, status, and joined source / destination assets.

Filter values use natural OT vocabulary: • severity_at_least: one of 'none', 'low', 'medium', 'high' • status: a FindingStatus value (e.g. 'Open', 'Resolved') • mitre_technique: a MITRE ATT&CK id (e.g. 'T1565.001') • since: ISO-8601 timestamp; findings last-seen at or after

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNo
searchNo
statusNo
plugin_idNo
policy_idNo
mitre_techniqueNo
severity_at_leastNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description takes on the full burden. It discloses the shape of results (fields like firstHitTime, activeHits, status, joined assets) and explains filter semantics. It does not discuss pagination or side effects, but for a read-only query tool this is reasonably transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening, a bulleted filter list, and relevant examples. It is slightly longer than strictly necessary, but each sentence contributes useful information and the organization aids comprehension.

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 has 8 parameters, no annotations, and an output schema exists. The description explains the core behavior, common filters, and result fields. It does not cover edge cases or alternative output formats, but the provided context is sufficient for most uses, especially given the output schema is available separately.

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 0%, so the description compensates by detailing severity_at_least, status, mitre_technique, and since with concrete examples and format expectations. It leaves limit, search, plugin_id, and policy_id implicit, but those are relatively self-explanatory from their names.

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+resource: 'Returns per-asset findings for one or more detection policies.' It clearly defines the output as rows of (policy × asset × hit count) and distinguishes this from sibling query tools like query_vulnerabilities or query_events by focusing on policy findings.

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?

Provides clear use cases: 'see which assets keep tripping a policy (often a tuning gap), or which assets are MITRE-mapped to a specific technique.' This gives strong contextual guidance, though it does not explicitly state when not to use it or name alternative tools.

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/aqamahn/MCP-server-Tenable-OT-V2'

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