Skip to main content
Glama
PetitOnes

M5 Petit Relations

by PetitOnes

Related Servers

Alternatives to M5 Petit Relations

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables personal AI agents to store and recall durable, private, human-readable relationship memory about people in a user's life, using Markdown as canonical storage with disposable SQLite and vector indexes for fast retrieval.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to query and update a persistent relationship ledger, providing pre-meeting context briefs, structured post-meeting extraction, and tracking of commitments, agreements, and open loops.
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants like Claude to read and write contacts, relationships, and interactions in a personal CRM via a graph-based API.
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to persist and retrieve user information across chats via a local knowledge graph with entities, relations, and observations, using a SQLite-backed MCP interface.
      -
    • A
      license
      B
      quality
      B
      maintenance
      Enables AI assistants to interact with Kanka campaigns through CRUD operations on entities like characters, locations, organizations, and quests, with support for markdown content, batch operations, and efficient synchronization.
      9
      4
      MIT

    TDQS

    A4/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a distinct purpose: get_relations reads data, update_relation modifies it, and clear_relation_field removes specific fields. There is no overlap in their primary actions, making selection unambiguous.

    Naming Consistency4/5

    All three tools follow a verb_noun pattern (get, update, clear). However, 'get_relations' uses a plural noun while 'update_relation' and 'clear_relation_field' are singular, showing a minor inconsistency.

    Tool Count4/5

    Three tools is a minimal but reasonable set for a simple relationship management server. It covers read, update, and clear operations without unnecessary bloat.

    Completeness4/5

    The tool set covers the core operations for managing relationship data. A notable gap is the lack of a delete-relation operation, but the ability to clear all fields partially compensates, and the domain may not require full CRUD.

    Maintenance

    ActivityStale
    ResponsivenessNo issues