Skip to main content
Glama
knethteo

Tenable Identity Exposure MCP Server

by knethteo

tie_search_events

Search Active Directory security events by directory IDs and date range, with optional filtering and ordering.

Instructions

Search AD security events within a date range.

Args: directory_ids: One or more directory ids to search (see resource="directories"). date_start: ISO 8601 start of range, e.g. "2026-07-01T00:00:00.000Z". date_end: ISO 8601 end of range. profile_id: Security profile id (default 1). expression: Optional filter expression object. Defaults to {} (no filter). order: Optional ordering object, e.g. {"column": "date", "direction": "desc"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNo
date_endYes
date_startYes
expressionNo
profile_idNo
directory_idsYes
Behavior2/5

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

With no annotations, the description should fully disclose behavioral traits. It implies a read-only search operation but does not explicitly state that it is non-destructive, what authentication is required, or any rate limits. It lacks information about pagination, result size limits, or side effects, leaving gaps for an AI agent.

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 brief opening line and a bulleted list of arguments. It is largely efficient, though some examples (e.g., 'e.g. "2026-07-01T00:00:00.000Z"') add length without clutter. Could be slightly more compressed but still clear.

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

Completeness3/5

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

Given 6 parameters, no output schema, and no annotations, the description covers input semantics well but omits the return value or result structure. An agent invoking this tool would know what to provide but not what to expect in response, which is a notable gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain parameters. It does so thoroughly: directory_ids references resource='directories', date_start/end with ISO 8601 examples, profile_id with default, expression and order with defaults and example values. This adds significant meaning beyond the bare 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 clearly states 'Search AD security events within a date range', which is a specific verb ('Search') and resource ('AD security events'). It distinguishes from siblings like tie_alerts or tie_search_ad_objects by specifying security events.

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 explains what the tool does but does not provide explicit guidance on when to use it over alternatives (e.g., tie_search_ad_objects) or when not to use it. The usage context is implied by the date range and security events focus, but no exclusions or alternatives are mentioned.

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/knethteo/tenable-identity-exposure-mcp'

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