Skip to main content
Glama
ukkugh

tenable-identity-exposure-mcp

by ukkugh

tie_recent_activity

Get a unified timeline of recent IoE alerts and IoA attacks. Specify look-back hours, filter directories, and control item caps for a consolidated security activity view.

Instructions

Unified recent-activity timeline of IoE alerts and IoA attacks in one call.

Answers questions like "show me IoE/IoA in the last 12 hours". IoE is sourced from the profile's alert feed (time-ordered) and each in-window alert is enriched with its deviance detail (checker + rendered description). IoA is sourced from the attacks endpoint per directory. Results are merged and sorted newest-first. All timestamps are UTC.

Args: hours: Look-back window in hours (default 12). profile_id: Security profile id (default 1). See tie_profiles. include_ioe: Include IoE deviance alerts (default True). include_ioa: Include IoA attacks (default True). directory_ids: Restrict to these directory ids (default: all in scope). max_items: Cap on items per category — IoE and IoA are budgeted separately (default 50). The IoA cap applies across all directories, not per directory; any truncation is reported in notes. verbose: If False (default), attribute values are slimmed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNo
verboseNo
max_itemsNo
profile_idNo
include_ioaNo
include_ioeNo
directory_idsNo
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It details how IoE alerts are enriched, how IoA is sourced per directory, how results are merged and sorted, UTC timestamp usage, and the separate budgeting of max_items with truncation reported in 'notes.' This is comprehensive and goes far beyond the schema.

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 front-loaded with the core purpose and then logically flows into data sources, behavioral details, and parameter explanations. Every sentence adds value; the 'Args' list is a compact and clear way to document seven parameters without verbose prose. The length is appropriate for the tool's complexity.

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 tool with no output schema, the description provides substantial context: data sources, enrichment, merging, sorting, truncation reporting, and defaults. It does not explicitly describe the output item structure, but the mention of 'deviance detail (checker + rendered description)' gives a partial picture. This is strong but leaves some ambiguity about the exact return format.

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?

The schema provides only titles and defaults with zero descriptions, but the description's 'Args' section thoroughly explains every parameter, including hours, profile_id, include_ioe/ioa, directory_ids, max_items, and verbose. It also clarifies nuanced behavior like max_items applying separately to IoE and IoA and 'across all directories' for IoA. This fully compensates for the schema gap.

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 'Unified recent-activity timeline of IoE alerts and IoA attacks in one call,' which uses a specific verb ('timeline') and clearly identifies the resource and scope. This distinguishes it from sibling tools like tie_alerts and tie_attacks, which likely handle each category separately. The purpose is unambiguous.

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 a concrete example question ('show me IoE/IoA in the last 12 hours') and explains the data sources, which implies when to use this tool. It references tie_profiles for the profile_id parameter, providing a cross-tool pointer. However, it does not explicitly name alternative tools or state when not to use this one, so it stops short of a 5.

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

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