Capture Insight
Store an important piece of information in the Valence knowledge base.
Instructions
- •First, search for similar existing beliefs using
mcp__valence_substrate__belief_query - •If a very similar belief exists (>90% match), consider:
- •Using
mcp__valence_substrate__belief_supersedeto update it - •Boosting its confidence through corroboration
- •Noting any differences as a potential tension
- •Using
- •If this is new information, use
mcp__valence_substrate__belief_createwith:- •The content as provided
- •Appropriate confidence level (default 0.8 for user-stated facts)
- •Domain path parsed from the domain argument (split on "/")
- •Current session as source (use VALENCE_SESSION_ID if available)
- •Extract and link relevant entities (people, tools, projects, concepts)
- •Confirm what was captured to the user
Content to Capture
{{ content }}
{% if domain %}
Domain
{{ domain }} {% endif %}
{% if confidence %}
Confidence
{{ confidence }} {% endif %}
Execution
- •Search for duplicates first
- •Parse domain path (e.g., "tech/architecture" -> ["tech", "architecture"])
- •Identify entities in the content (look for proper nouns, tool names, etc.)
- •Create the belief with appropriate metadata
- •Report what was stored and any entities linked