Skip to main content
Glama
jamesfishwick

Slipbox MCP Server

slipbox_create_link

Create semantic links between notes to show relationships like references, supports, or contradicts. Add descriptions and optional bidirectional links for richer knowledge connections.

Instructions

Create a semantic link between two notes.

Links are directional: source -> target. Use bidirectional=true for important relationships (automatically creates inverse link type).

Link Types:

  • reference: Generic "see also" connection

  • extends: Source builds upon target (inverse: extended_by)

  • refines: Source clarifies or improves target (inverse: refined_by)

  • contradicts: Source presents opposing view (inverse: contradicted_by)

  • questions: Source raises questions about target (inverse: questioned_by)

  • supports: Source provides evidence for target (inverse: supported_by)

  • related: Loose thematic connection (symmetric)

Best Practices:

  • Always add description explaining WHY notes are linked

  • Use bidirectional=true for substantive relationships

  • Create links immediately after creating notes

Args: source_id: ID of the source note (the note doing the linking) target_id: ID of the target note (the note being linked to) link_type: One of reference/extends/refines/contradicts/questions/supports/related description: Brief explanation of the relationship bidirectional: If true, creates inverse link from target to source

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
link_typeNoreference
source_idYes
target_idYes
descriptionNo
bidirectionalNo
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses directional behavior and inverse link creation via bidirectional, and details link type semantics. However, it omits preconditions (e.g., notes must exist), error behavior, and side effects on the notes, which is a notable gap for a mutation tool.

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-organized into clear sections: overview, link types, best practices, and args. Every sentence serves a purpose, and the link type enumeration is necessary for correct usage. No redundancy or filler.

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?

With five parameters, no annotations, and no output schema, the description covers the core aspects: purpose, parameter semantics, and usage guidance. However, it doesn't mention what the tool returns (e.g., created link ID) or state that source and target notes must already exist. These omissions slightly reduce completeness for an AI agent.

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

Parameters5/5

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

Schema description coverage is 0%, so the description is the sole explainer. The 'Args' section gives explicit meanings for all five parameters, and the 'Link Types' section elaborates each allowed value for link_type. This is far more informative than the schema's bare titles and defaults.

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 'Create a semantic link between two notes,' clearly identifying the action and object. It distinguishes this tool from sibling tools like slipbox_remove_link and slipbox_get_linked_notes by focusing on creation. The directional semantics and link type list further clarify its specific 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 'Best Practices' section provides actionable guidance: always add a description, use bidirectional=true for substantive relationships, and create links immediately after notes. However, it doesn't explicitly state when not to use this tool or mention alternatives (e.g., other link-related tools), so it falls short of a 5.

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/jamesfishwick/slipbox-mcp'

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