Server Details
Knowledge graph for AI agents. Query concepts, walk edges, get advisories.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
9 toolskonstruct_advisoryTry in Inspector
Get framework-triggered advisory string. Returns guidance based on context and active frameworks.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack with frameworks | |
| stage | No | Workflow stage | |
| context | Yes | Current context for framework matching |
konstruct_conceptTry in Inspector
Get full details for a specific concept by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack | |
| conceptId | Yes | Concept ID to retrieve |
konstruct_conceptsTry in Inspector
List all concepts in the knowledge graph. Returns array of all loaded concepts.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack |
konstruct_edgesTry in Inspector
Get all typed relationships (edges) for a concept. Shows how concept connects to others.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack | |
| limit | No | Max edges to return | |
| conceptId | Yes | Concept ID |
konstruct_exploreTry in Inspector
Walk outward from a concept. Returns connected concepts via typed edges up to specified depth.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack | |
| depth | No | Max traversal depth (default: 2) | |
| conceptId | Yes | Starting concept ID |
konstruct_frameworksTry in Inspector
List all loaded frameworks and their triggers.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack |
konstruct_load_packTry in Inspector
Load a knowledge pack into the graph. Pack should contain concepts, edges, and optionally frameworks.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack to load |
konstruct_queryTry in Inspector
Query the knowledge graph with natural language. Returns relevant concepts ordered by importance.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack with concepts, edges, frameworks | |
| stage | No | Workflow stage for framework triggers | |
| context | Yes | Natural language query context | |
| category | No | Filter by category | |
| maxConcepts | No | Max concepts to return (default: 10) |
konstruct_statsTry in Inspector
Get graph statistics: concept count, edge count, framework count, packs loaded.
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Knowledge pack |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Discussions
No comments yet. Be the first to start the discussion!