Skip to main content
Glama
littlebigbrains

@littlebigbrain/mcp

lbb_ground

Read-only

Ground terms to the graph's real vocabulary to avoid guessing types, relations, or properties. Use narrowed autocomplete, resolve free text, or generate a groundability report.

Instructions

Ground your terms to the graph's real vocabulary before you query or write, so you never guess a type, relation, or property name. Actions: complete — narrowed autocomplete: completes a prefix against the real vocabulary, optionally narrowed to the relations a (src_type, dst_type) pair actually admits (so you only propose relations that can exist); resolve — snap free text to the single nearest real vocabulary item by embedding/lexical similarity, never fabricating a name; audit — groundability report: signature sparsity, name semantics, sampled narrowing recall, and a narrow / narrow+finetune / lexical recommendation for this graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo[resolve] Free text to snap to the nearest real vocabulary item
graphNoGraph to target; defaults to the connection's graph
kindsNo[complete/resolve] Restrict to these vocabulary kinds (default: all)
top_kNo[complete/resolve] Max results (default 8)
actionYescomplete = narrowed vocabulary autocomplete; resolve = snap free text to the nearest real vocabulary; audit = groundability report
branchNoBranch to target; defaults to the connection's branch
detailNoResponse detail level. Defaults to compact.
prefixNo[complete] Text prefix to complete against the real vocabulary
sampleNo[audit] Entities to sample for narrowing-recall
dst_typeNo[complete] Narrow relation completions to those admitted INTO this target type
src_typeNo[complete] Narrow relation completions to those admitted FROM this source type
Behavior4/5

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

Annotations provide readOnlyHint=true, and the description adds behavioral details: never fabricating names, narrowing to real vocabulary actions, and a grounding report for audit. No contradictions with annotations; description adds valuable context beyond what annotations provide.

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 a single paragraph that front-loads the main purpose but lists three actions in a dense sentence. While concise, it could be better structured with bullet points for clarity. It earns its keep but has room for improvement.

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

Completeness2/5

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

No output schema is provided, and the description does not detail the structure of responses (e.g., what the 'groundability report' contains, the format of resolved items). For a tool with 11 parameters and no output schema, this is incomplete. The description needs to explain expected outputs.

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

Parameters4/5

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

Schema coverage is 100% with descriptions on all parameters. The description adds value by linking parameters to actions (e.g., '[complete] Text prefix') and clarifying defaults (e.g., top_k default 8). This goes beyond the schema's isolated descriptions.

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 that the tool grounds terms to graph vocabulary, with three distinct actions (complete, resolve, audit) that differentiate it from siblings. The verb 'ground' and resources 'terms to graph vocabulary' are specific.

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 explicitly advises using the tool 'before you query or write' to avoid guessing vocabulary, providing clear context for when to use it. However, it does not explicitly state when not to use it or mention alternatives, missing some exclusion guidance.

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