Skip to main content
Glama

Server Details

Event-sourced world model for multi-LLM agents: propose, validate, and read a shared state.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
insidedcpulse-spec/insidedcpulse-world-model
GitHub Stars
2

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • Addedfind_related_entities
    • Addedget_causal_chain
    • Addedget_event_timeline
    • Addedget_graph_neighbors
    • Addedget_graph_node
  2. 1 tool update
    • Addedregister_agent
  3. 5 tool updates
    • First observedevaluate_vision
    • First observedget_world_memory
    • First observedget_world_state
    • First observedpropose_vision
    • First observedsimulate_action

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides an external, validated state database for LLM agents to manage long-horizon tasks, with tools for defining schemas, invariants, actions, procedures, and branching, preventing state drift and compounding errors.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: registration, state retrieval, event log, vision proposal, vision evaluation, and simulation. No overlaps.

Naming Consistency5/5

All names follow a consistent verb_noun snake_case pattern (evaluate_vision, get_world_memory, etc.), making them predictable.

Tool Count5/5

6 tools is well-scoped for a world model server covering registration, state queries, action proposals, and simulation.

Completeness3/5

Missing a tool to actually apply or commit a vision after evaluation; proposals are only queued and never applied, leaving a dead end in the workflow.