Skip to main content
Glama
angrysky56

ASEKE Compass Engine MCP Server

by angrysky56

analyze_behavior

Provides a 5-step framework to examine a behavior, situation, or conflict, scoped to candidate patterns relevant to the given context. The caller performs the analysis using this scaffold.

Instructions

Scaffold an ASEKE analysis of a behavior, situation, or conflict. Returns the 5-step framework scoped to the most plausible candidate patterns for THIS situation, plus the output discipline. Does not perform the analysis — the caller does, using this as the frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoAdditional context: who is involved, what's at stake, history
timescaleNoWhether this is a momentary state or sustained patternunknown
descriptionYesDescription of the behavior, situation, or conflict to analyze
Behavior4/5

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

With no annotations provided, the description carries full responsibility. It discloses key behavioral traits: it returns a framework, does not perform the analysis, and scopes output to the situation. It does not mention side effects or permissions, but for a read/transform tool this is acceptable. The absence of contradiction with annotations (none) supports this.

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-loaded with the core purpose, followed by a clarifying contrast. Every word earns its place, and it avoids redundancy with the schema.

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 tool is conceptually simple with three parameters and no output schema. The description explains what the tool returns and what it does not do, which is essential for correct usage. It could elaborate on terms like 'ASEKE' or 'output discipline,' but given the sibling context and clear boundaries, the coverage is sufficient.

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 schema already explains all three parameters. The description adds context about 'behavior, situation, or conflict' aligning with the 'description' parameter, but does not provide additional semantic detail beyond what the schema offers. Baseline 3 is appropriate.

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 identifies the tool's purpose with a specific verb ('Scaffold') and resource ('an ASEKE analysis'). It explicitly states what it returns (5-step framework scoped to candidate patterns) and distinguishes itself from siblings by noting it does not perform the analysis itself, whereas siblings like match_patterns might.

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 clearly states a 'when not to use' boundary: 'Does not perform the analysis — the caller does.' This implies the tool is for scaffolding/preparatory work. However, it does not explicitly name alternative tools or provide a comprehensive when-to-use guide, though the sibling list and this boundary make usage clear.

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/angrysky56/aseke-compass-mcp'

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