Skip to main content
Glama
bwats
by bwats

lifeos__propose_edge

Propose a typed semantic edge between two vault nodes. Routes through citation verification and novelty scoring, then delivered to the curator inbox for review.

Instructions

Propose a typed semantic edge between two vault nodes. Routes through CitationVerifier and NoveltyScorer. Edge lands in the LifeOS Curator inbox with reviewState=proposed for user review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
srcYesSource path (vault-relative), optionally with #anchor
dstYesDestination path (vault-relative), optionally with #anchor
typeYesSemantic relationship type (9-item enum)
directionalityNoEdge direction — defaults to a_to_b
confidenceYesCaller's self-assessed confidence in this edge (0–1)
quote_aYesVerbatim excerpt from the src file supporting this edge
quote_bYesVerbatim excerpt from the dst file supporting this edge
rationaleYesWhy this edge exists — stored in mcp_metadata for the Curator review UI
speculativeNoTrue if this edge is speculative / low-confidence
Behavior4/5

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

Discloses routing through CitationVerifier and NoveltyScorer and that the edge lands in the Curator inbox with reviewState=proposed. No annotations exist so description carries full burden; mostly 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?

Two sentences, front-loaded with key action, no redundancy. Every sentence adds value: action, processing steps, and outcome.

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?

Covers purpose, processing, and destination but omits return value or confirmation of success. With no output schema, this is a minor gap.

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?

Schema coverage is 100%, baseline at 3. Description adds no new parameter meaning beyond indicating the edge type is 'typed' and the overall process, which is already clear from schema.

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?

Explicitly states the tool proposes a typed semantic edge between two vault nodes, distinguishing it from siblings like accept_edge and reject_edge. Includes routing and outcome details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for creating edge proposals, with accept/reject as counterparts, but lacks explicit when-to-use, when-not-to-use, or prerequisite 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/bwats/lifeos-mcp'

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