Skip to main content
Glama
demeet2k

Athena MCP Server

by demeet2k

athena_cohesion_request_offer

Publish typed NEED/OFFER envelopes to a shared message board for agent coordination. Requires active board presence and signals intent without assigning work.

Instructions

Publish an idempotent typed NEED/OFFER envelope through Message Board V1. The publishing agent must already have active shared-board presence. This does not assign work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
roleNo
remoteNo
targetsNo
agent_idYes
goal_refYes
party_idNo
providesNo
work_keyNo
quest_refNo
expires_atNo
request_idYes
constraintsNo
life_policyNo
capabilitiesYes
dependenciesNo
needed_unitsNo
capacity_unitsNo
acceptance_criteriaNo
allow_collaborationNo
clear_condition_digestNo
Behavior3/5

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

With no annotations, the description carries the full burden of explaining side effects. It discloses idempotency, the shared-board presence prerequisite, and the fact that it does not assign work, which are valuable. However, it omits details such as whether publishing is persistent, visible to all board members, or has failure modes related to duplicate request_id values.

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 three concise sentences, front-loaded with the core action and followed by two high-value constraints. Every sentence earns its place with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's high complexity (21 params, no annotations, no output schema), the description is far from complete. It provides a good high-level orientation but fails to explain required field relationships, return values, error conditions, or the semantics of optional fields, making it insufficient for safe invocation in many scenarios.

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

Parameters2/5

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

Schema description coverage is 0% across 21 parameters, and the description adds only minimal meaning: it explains the 'kind' parameter (NEED/OFFER) and hints at the agent context via 'active shared-board presence.' It does not explain critical fields like request_id, capabilities, goal_ref, targets, or acceptance_criteria, leaving the agent to infer their semantics.

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's function: to publish an idempotent typed NEED/OFFER envelope through Message Board V1. It distinguishes the tool by emphasizing that it does not assign work and requires active shared-board presence, which differentiates it from cohesion siblings like matchmaking or work-assignment 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 provides clear context: the publishing agent must already have active shared-board presence, and the tool does not assign work. It implies when to use it (publishing NEED/OFFER envelopes) but does not explicitly name alternative tools or exclusion scenarios, so it falls 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/demeet2k/athena-mcp-server'

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