Skip to main content
Glama

coherra_onboard

Import JSON data from external tools into memory, then audit for duplicates, stale facts, and contradictions, auto-repairing safe issues and flagging conflicts for review.

Instructions

Import JSON data from another tool into Coherra.

Runs the full onboarding pipeline:

  1. Parse the JSON into individual records

  2. Categorize each record (category, name, confidence)

  3. Write to Sibyl Memory using the Coherra schema

  4. Audit for contradictions, duplicates, staleness

  5. Auto-repair safe issues (duplicates + stale)

  6. Flag contradictions for manual review

Args: import_data: A dict or list representing the JSON export. Accepts flat dicts, nested dicts, lists of dicts (with key/value fields), or lists of strings.

Returns: { "ok": True, "imported": N, # records written "auto_cleaned": X, # safe issues fixed "flagged_for_review": Y, # contradictions needing manual fix }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
import_dataYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It covers side effects well: writes to Sibyl Memory, auto-repairs duplicates and stale entries, and flags contradictions for manual review. It does not mention reversibility or permission requirements, but the pipeline description is substantially transparent.

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

Conciseness5/5

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

The description is well-structured with an opening summary, a numbered pipeline, an Args section, and a Returns example. It is detailed without being redundant and front-loads the core purpose. The format makes the behavior easy to parse for an agent.

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

Completeness4/5

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

Given the tool's complexity, the lack of annotations, and the minimal input schema, the description covers the essential aspects: accepted inputs, processing steps, and the return contract. It could be more complete with error behavior or a concrete example, but it is sufficiently informative for correct invocation.

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 0%, so the description must compensate for the schema's minimal 'import_data: object' definition. It does so by enumerating accepted forms: flat dicts, nested dicts, lists of dicts, and lists of strings. It adds real semantic meaning beyond the schema, though it stops short of providing an explicit example.

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 opens with a specific verb and resource: 'Import JSON data from another tool into Coherra.' It then names a concrete pipeline with six steps, making its role distinct from sibling tools like audit, repair, or remember. This is a clear, differentiated purpose.

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 clearly implies when to use the tool: when bringing JSON exports from another tool into Coherra, and the pipeline steps show it is the onboarding entry point. It does not explicitly state when not to use it or name alternatives, but the context is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Steve2009729/coherra'

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