Skip to main content
Glama
Sim-xia

LogicMap MCP Server

by Sim-xia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
createProjectB

Create a new project with metadata

updateProjectC

Update project metadata

deleteProjectC

Delete a project

listProjectsA

List all projects

addNodeB

Add a new node to the knowledge graph

updateNodeC

Update an existing node in the knowledge graph

removeNodeB

Remove a node from the knowledge graph

linkNodesC

Create a relationship between two nodes

unlinkNodesB

Remove a relationship between two nodes

queryNodeB

Query a node and its relationships

searchNodesC

Search nodes by criteria

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 11 tools

Disambiguation5/5

Each tool targets a distinct resource and action: project lifecycle tools (create, update, delete, list) are clearly separate from knowledge graph operations (add, update, remove, link, unlink, query, search). No two tools appear to overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verbNoun camelCase pattern: createProject, updateProject, deleteProject, listProjects, addNode, updateNode, removeNode, linkNodes, unlinkNodes, queryNode, searchNodes. The pattern is uniform and predictable.

Tool Count5/5

With 11 tools, the set is well-scoped for a server managing both projects and a knowledge graph. Each tool serves a distinct purpose and the count feels appropriate, not bloated or sparse.

Completeness5/5

The surface provides full CRUD coverage for projects (create, update, delete, list) and comprehensive graph operations for nodes (add, update, remove, link, unlink, query, search). The lifecycle is complete with no obvious dead ends or missing core functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues