Skip to main content
Glama

synapse_ingest

Read-onlyIdempotent

Process source files into a knowledge base by generating organized pages, adding wikilinks, and updating indexes for structured information management.

Instructions

Process a source file into the knowledge base. Reads the source, generates organized pages (summaries, concepts, entities), adds [[wikilinks]], and updates the index and log.

You MUST read the source file content first, then generate all pages. Follow the CLAUDE.md schema in the vault root for conventions and folder paths.

Steps:

  1. Read the source file

  2. Create a summary page in the configured notes folder

  3. For each key concept: create/update a concept page

  4. For each key entity: create/update an entity page

  5. Add [[wikilinks]] connecting related pages

  6. Update the index

  7. Append to the log

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourcePathYesPath to the source file relative to vault (e.g. 'sources/my-article.md')
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false. The description adds valuable behavioral context beyond annotations by detailing the 7-step workflow, mentioning that it creates/updates multiple pages, adds wikilinks, and updates index/log. This provides operational transparency about what the tool actually does.

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 perfectly structured with a clear opening sentence stating the purpose, followed by a numbered list of specific steps. Every sentence earns its place by providing essential operational guidance. It's front-loaded with the core purpose and appropriately sized for the complexity.

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 (7-step workflow) and lack of output schema, the description provides substantial operational context about the processing steps and references external conventions (CLAUDE.md). However, it doesn't describe the format or location of generated outputs (pages, index, log) or error handling, leaving some gaps for a tool with no output schema.

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

Parameters3/5

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

With 100% schema description coverage for the single parameter (sourcePath), the schema already fully documents the parameter. The description doesn't add any additional parameter semantics beyond what's in the schema, so it meets the baseline of 3 for high schema 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 specific action ('Process a source file into the knowledge base') and distinguishes it from siblings by detailing the multi-step ingestion workflow (reading, generating pages, adding wikilinks, updating index/log). It goes beyond a simple 'ingest' verb to explain what processing entails.

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 provides clear context for when to use this tool (processing source files into organized knowledge base pages with wikilinks) and references the CLAUDE.md schema for conventions. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the many sibling tools.

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/tomjrworks/synapse-obsidian'

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