Skip to main content
Glama
omichelbraga

eSentire Atlas MCP Server

by omichelbraga

ti_indicators

Retrieve current threat intelligence indicators covering IPs, domains, URLs, file hashes, and email addresses. Choose a concise summary or raw STIX 2.1 for TIP/SIEM ingestion.

Instructions

Fetch the most recent Indicator Bundles from the Threat Intelligence feed.

Covers IPs, domains, URLs, file hashes and email addresses curated by eSentire's Threat Response Unit. Upstream refreshes hourly, and results are cached for that long, so calling this repeatedly inside an hour returns identical data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summarizeNoFlatten STIX bundles into a compact indicator list (default). Set False for raw STIX 2.1 suitable for TIP/SIEM ingestion.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description must disclose behavior itself; it does that by explaining hourly upstream refresh and identical results within the cache window. It also states the indicator categories. It doesn't discuss rate limits or response size, but that is a minor gap for a read-only fetch.

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 purpose is front-loaded and the coverage and caching behavior are compressed into a short second section. Every sentence adds useful operational information without redundancy.

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 simple fetch tool with one optional, fully documented parameter and an output schema, the description covers the core operational facts: scope, feed curation, refresh cadence, and cache behavior. It could mention how it relates to the paged/MISP variants, but that is not necessary for a correct call.

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 only parameter, summarize, is fully described in the schema, including its two modes and default behavior. The main description doesn't add parameter-level detail, but at 100% schema coverage the baseline 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?

States an explicit verb ('Fetch') and a specific resource ('most recent Indicator Bundles from the Threat Intelligence feed'), then enumerates the indicator types covered. This clearly distinguishes it as the default recent-bundle retrieval endpoint among the TI siblings.

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 gives context about freshness and caching but never tells the agent when to prefer this tool over ti_indicators_paged or ti_indicators_misp. There are no explicit exclusions or alternative conditions, so an agent must infer selection from the name and context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/omichelbraga/esentire-atlas-mcp'

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