Skip to main content
Glama
demeet2k

Athena MCP Server

by demeet2k

athena_graph_path

Compute the shortest directed path between two nodes in a JSPACE graph, optionally restricting to typed relations. Use it to navigate and analyze complex network structures.

Instructions

Compute a shortest directed JSPACE path between two nodes, optionally restricted to typed relations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dstYes
srcYes
max_depthNo
relationsNo
Behavior2/5

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

No annotations are present, so the description must carry the burden of behavioral disclosure. It mentions directedness and typed relations but does not indicate whether the operation is read-only, what happens when no path exists, or any other side effects or constraints.

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 concise sentence of 16 words, front-loaded with the verb and no wasted content.

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?

With no output schema and no annotations, the description fails to specify the return format (path, length, or both), the meaning of max_depth, or behavior in edge cases, leaving the tool incomplete for a 4-parameter operation.

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%, and the description does not compensate fully. It implies src/dst are nodes and relations are typed relations, but it omits max_depth entirely and does not clarify expected node/relation formats.

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 begins with the specific verb 'Compute' and names the resource as a 'shortest directed JSPACE path', clearly distinguishing from sibling graph tools like athena_dense_navigate.

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?

No guidance is provided on when this tool should be used versus alternatives. The description simply states the operation without mentioning any prerequisites, exclusions, or comparative context.

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