Skip to main content
Glama
omichelbraga

eSentire Atlas MCP Server

by omichelbraga

tickets_list_cases

Retrieve security cases from eSentire's ticketing system using date ranges, states, filters, and pagination to locate incident records for review.

Instructions

List cases from eSentire's ticketing system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (upstream default 100).
sortsNoSort spec.
offsetNoPage offset (upstream default 0).
statesNoStates that scope the date filter. If omitted, dates filter on *updated_date* rather than created/open date.
filtersNoFilter objects, encoded for you.
end_dateNoLatest create/update date. Defaults upstream to now.
start_dateNoEarliest create/update date, ISO-8601 (e.g. 2026-07-01T00:00:00Z). Defaults upstream to now minus 1 day.
include_fieldsNoRestrict returned columns -- the cheapest way to avoid truncation.

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

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It only restates the action and resource, without disclosing pagination behavior, default date scoping, read-only guarantees, or any upstream quirks. 'List' weakly implies a read operation, but that is not explicit.

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 a single concise sentence with no filler and the core action is front-loaded. It is efficient, though it could have added sibling differentiation or usage context without becoming verbose.

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 the 8-parameter schema, 100% parameter coverage, and presence of an output schema, the structured data already handles parameter and return semantics. However, the description lacks any usage guidance or behavioral context and does not leverage sibling relationships, leaving the agent to rely on names alone for selection.

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?

Schema description coverage is 100%, so the input schema already documents all eight parameters in detail. The description adds no parameter-level meaning, which is acceptable given full schema coverage; therefore the baseline score of 3 applies.

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 uses a specific verb and resource: 'List cases from eSentire's ticketing system.' This clearly distinguishes the tool from siblings like tickets_get_case (single case), tickets_create_case, and tickets_list_comments by naming the exact resource and operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives. There is no mention that tickets_get_case is for retrieving a single case, nor any exclusions or conditions. Usage must be inferred entirely from the tool name.

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