Skip to main content
Glama
n2ns
by n2ns

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
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
n2n_add_entitiesD
n2n_add_observationsD
n2n_create_relationsD
n2n_read_graphD
n2n_get_graph_summaryD
n2n_update_contextD
n2n_searchD
n2n_delete_entitiesD
n2n_delete_observationsD
n2n_delete_relationsD
n2n_open_nodesD
n2n_export_markdownD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
graph

TDQS

C2.1/5.0

Scored across 12 tools

Disambiguation5/5

Each tool targets a distinct operation (add, delete, create, read, search, update) on specific resources (entities, observations, relations, graph). No overlap in purpose despite missing descriptions.

Naming Consistency5/5

All tools follow the consistent pattern 'n2n_<verb>_<noun>' using snake_case. The verb choices are clear and the noun targets are explicit.

Tool Count5/5

12 tools cover the typical operations for a memory/knowledge graph server without being excessive or sparse. The scope feels well-balanced.

Completeness4/5

The set covers add, delete, and read operations for entities and observations, plus relations and graph exports. Missing update operations for some resources, but the core workflows are present.

Maintenance

ActivityInactive
ResponsivenessNo issues