Skip to main content
Glama
demeet2k

Athena MCP Server

by demeet2k

athena_continuation_raw_trace

Fetch raw persisted event receipts and message board events for a UTC window, including SHA-256 hashes and deterministic trace identifiers.

Instructions

Read an exact half-open UTC window of already-persisted rehydration receipts/events and Message Board events. Returns raw tracked source records with Git blob, exact-byte SHA-256, canonical-record SHA-256, and deterministic trace identities. This tool is read-only and performs no assay classification, behavioral inference, causal attribution, or promotion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
window_endYes
max_recordsNo
window_startYes
expected_git_headNo
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so well: it declares read-only behavior, exact UTC half-open window semantics, 'already-persisted' data, and explicitly excludes higher-level analysis. This goes well beyond what the schema or annotations reveal.

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 two sentences, front-loads the primary action and scope, and every clause adds meaningful information. There is no fluff or repetition of schema fields.

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?

The description explains the input window and output record contents, which is strong given no output schema. However, it omits semantics for the optional parameters (max_records, expected_git_head) and any error/edge-case behavior, leaving some contextual gaps for a 4-parameter tool.

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 0% and the description compensates partially by specifying the 'exact half-open UTC window' for window_start/window_end, but it does not explain max_records or expected_git_head. With 4 parameters and no schema docs, this is a notable 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 clearly states the tool reads an exact half-open UTC window of persisted rehydration receipts/events and Message Board events, which is a specific verb+resource+scope. It also lists concrete return contents that distinguish it from analysis-oriented sibling tools.

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 explicitly states what the tool does not do ('performs no assay classification, behavioral inference, causal attribution, or promotion'), giving clear context for when to use it for raw trace reads vs. analytic tools. It does not name alternative sibling tools, but the exclusions serve as practical usage boundaries.

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/demeet2k/athena-mcp-server'

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