Skip to main content
Glama
demeet2k

Athena MCP Server

by demeet2k

athena_party_state

Retrieve a party's complete state after a shared-board sync, including members, presence, acknowledged communications, Big-3 score, and reward receipts.

Instructions

Read one party after a fresh shared-board sync, including members, current board presence, acknowledged communication evidence, Big-3 score, and reward receipts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remoteNo
party_idYes
shared_remote_modeNo
Behavior3/5

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

With no annotations provided, the description's 'Read' indicates a non-mutating operation and the content list outlines expected return data. However, it does not disclose potential side effects, error behavior if called without a fresh sync, permissions needed, or whether the call modifies any state (e.g., marking evidence as read).

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 a single, compact sentence that front-loads the action and efficiently lists the included data. Every word adds value with no filler.

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?

For a read tool with no output schema, the description gives a useful high-level overview and content list, but it omits parameter semantics and return shape, leaving the agent unable to reliably invoke the tool. The sync precondition is mentioned, but edge cases and prerequisites are not elaborated.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema-description coverage is 0%, and the description does not explain any of the three parameters. 'party_id' is only implicit from 'Read one party', while 'remote' and 'shared_remote_mode' are entirely undefined, leaving the agent without guidance on how to set them.

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 specifies the action ('Read one party') and scope, listing concrete data categories (members, board presence, acknowledged communication evidence, Big-3 score, reward receipts). The phrase 'after a fresh shared-board sync' adds a specific condition that distinguishes this state-reading tool from sibling operations like list or observe.

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 provides a clear precondition: 'after a fresh shared-board sync', guiding when this tool is appropriate. It does not explicitly name alternatives or exclusions, but the stated context is enough to infer intended usage.

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