Skip to main content
Glama
hanjiang-215

Cognitive Exoskeleton MCP Server

by hanjiang-215

discover_connections

Reveal hidden, non-obvious connections between knowledge entities across different domains. Focus on a specific topic or scan the entire knowledge graph to find cross-domain bridges.

Instructions

Discover hidden, non-obvious connections between knowledge entities from different domains. If a topic is given, finds connections related to that topic. Without a topic, scans the whole graph for cross-domain bridges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoOptional topic to focus connection discovery on. If omitted, scans the entire graph.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It explains the two modes but does not discuss output format, potential side effects, or resource implications of scanning the whole graph. There is no contradiction with annotations.

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 concise, front-loaded with the core purpose, and every sentence contributes useful information. It avoids fluff and is perfectly sized for the tool's simplicity.

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 covers the main input behavior and scope, which is sufficient for a simple tool. However, it lacks any detail about the output format or limitations (e.g., what happens if no connections are found). Given no output schema exists, this is a minor gap.

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?

The schema already provides a full description of the 'topic' parameter (coverage 100%), so the baseline is 3. The tool description repeats similar information and adds slight nuance ('cross-domain bridges') but does not significantly enhance understanding of the parameter beyond the schema.

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: discovering hidden connections between knowledge entities across domains. It explicitly distinguishes itself from sibling tools (e.g., detect_blindspots, trace_concept_evolution) by focusing on cross-domain bridges. The two operational modes (with and without a topic) are also specified.

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 gives clear guidance on when to use the tool: when a topic is provided vs. when scanning the entire graph. It does not mention alternatives or when not to use it, but the conditional behavior is explicit enough to guide an agent.

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/hanjiang-215/cognitive-exoskeleton-mcp'

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