Skip to main content
Glama
knethteo

Tenable Identity Exposure MCP Server

by knethteo

tie_deviances

Find AD objects with Indicators of Exposure (IoE) deviances for a checker. Filter by time window, profile, directories, or reasons to pinpoint security issues.

Instructions

Find AD objects with IoE deviances for a checker within a time window.

This is the time-filterable deviance query (server-side dateStart/dateEnd via the checker's ad-objects/search endpoint). Provide hours for a relative window (e.g. hours=12) or explicit date_start/date_end. With neither, defaults to the last 24h.

Args: checker_id: IoE checker id (see resource="checkers"). profile_id: Security profile id (default 1). Note: your console may use a non-default profile — call tie_profiles to list them. directory_ids: Restrict to these directory ids (default: all directories in scope). hours: Relative look-back window in hours (e.g. 12). Ignored if date_start given. date_start: Explicit ISO 8601 UTC start (e.g. "2026-07-07T16:00:00.000Z"). date_end: Explicit ISO 8601 UTC end (default: now). reasons: Optional reason ids to filter (see /api/profiles/{id}/checkers/{id}/reasons). show_ignored: Include deviances that are currently ignored (default False). page: Page number (1-based). per_page: Results per page. verbose: If False (default), truncate giant attribute values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
hoursNo
reasonsNo
verboseNo
date_endNo
per_pageNo
checker_idYes
date_startNo
profile_idNo
show_ignoredNo
directory_idsNo
Behavior4/5

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

With no annotations, the description carries full burden. It details behavior: server-side time filtering, default window of last 24h, pagination, verbose flag, and handling of defaults. It does not mention auth needs or rate limits, but for a read query, the provided transparency is sufficient.

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 summary line, explanatory text, then a detailed arg list. It is somewhat long (10+ lines) but every sentence adds value. Could be slightly more concise, but the organization compensates.

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?

The tool has 11 parameters and no output schema. The description covers all parameters and behavior, but it lacks any indication of the return format (e.g., list of deviances, count, fields). For a query tool, this is a gap. It references related endpoints, which helps, but the output structure is missing.

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 coverage is 0%, so description must compensate. It explains all 11 parameters with defaults, constraints (e.g., hours ignored if date_start given), and cross-references (e.g., tie_profiles for profile_id). This adds significant meaning beyond the schema's type and default info.

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 explicitly states it finds AD objects with IoE deviances for a checker within a time window, distinguishing itself from siblings by noting it's the time-filterable version. The verb 'Find' and the resource 'IoE deviances' are specific, and the differentiation from tie_deviances_by_checker is clear.

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 explains when to use this tool: for queries with a time window using hours or explicit dates, and defaults to last 24h. It also references related tools like tie_profiles for listing profiles and the reasons endpoint. However, it does not explicitly say when to use alternatives like tie_deviances_by_checker (non-time-filterable), though it implies it.

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