Skip to main content
Glama
littlebigbrains

@littlebigbrain/mcp

lbb_configure

Configure knowledge graph ontologies and rules. Define or evolve entity types, relations, properties, and inference rules; publish schemas and manage ontology versions.

Instructions

Mutate stored graph configuration. Actions: define_ontology (create a new graph ontology), evolve_ontology (evolve an existing graph's ontology in place by name — add_entity_type / add_relation / add_property (a typed scalar field so entity_properties can write it) / widen_relation, rename and set-inverse/cardinality, and data-gated narrow/remove; bumps the ontology version, preserves every record, no migration), publish_schema (activate a previewed RDF/SHACL shape bundle), and define_rules (replace the branch's stored inference rules — body/head terms may be variables or fixed entities, and not_exists combinators add stratified negation for universal conditions).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opsNoOntology changes to apply in order (additive, in-place edits, or subtractive)
graphNoGraph to create or redefine
rulesNo
actionYesSelects the variant (one of: define_ontology, define_rules, publish_schema, evolve_ontology).
branchNoBranch to target; defaults to the connection's branch
formatNo
shapesNo
sourceNo
ontologyNo
relationsNo
desired_modeNo
entity_typesNo
confirm_emptyNo
merge_defaultNo
preview_digestNo
confirm_restrictiveNo
allow_data_conflictsNoApply subtractive ops (narrow/remove) even when current data conflicts; affected records are kept and begin to warn. Default false rejects a conflicting subtractive request and reports the conflicts.
Behavior5/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false. The description adds significant behavioral context: it mentions mutation, in-place evolution, version bumps, tombstoning for removed types/relations, and the effect on data (old records remain readable). This goes well beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long and dense, listing many actions in a single paragraph without clear separation. While it contains necessary detail, it could be more concise and structured (e.g., using bullet points) to improve readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (17 parameters, nested objects, no output schema), the description covers the main actions and their behaviors but omits explanations for several parameters (e.g., 'format', 'desired_mode', 'confirm_empty'). It partially completes the picture but has gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 29% (low). While the description elaborates on the 'action' parameter and some ops, many parameters like 'format', 'shapes', 'ontology', 'entity_types', and 'rules' are not explained in the description text. The schema itself contains inline descriptions for some, but the description does not compensate for the low coverage.

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 purpose: 'Mutate stored graph configuration.' It then enumerates specific actions (define_ontology, evolve_ontology, publish_schema, define_rules) with detailed explanations, distinguishing it from other lbb_ tools like lbb_query or lbb_commit.

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 explains when to use each action variant (e.g., 'define_ontology' to create a new ontology, 'evolve_ontology' for in-place changes). While it provides context on usage, it does not explicitly state when not to use the tool or compare it to sibling tools like lbb_commit or lbb_ground.

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/littlebigbrains/lbb-mcp'

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