Skip to content

MCP tools

When an AI tool connects to your world, Orbismo exposes a set of MCP tools the agent can call. You don’t invoke these by name — you describe what you want in plain language and the agent picks the right ones. This page is a reference for what’s available.

Which tools an agent sees depends on its access:

  • Read-only connections see only the reading and search tools.
  • Read-write connections (an editor or owner, or a read-write API key) also see the authoring tools.
  • The world-switching tools appear only on the connector, not on a single-world connection.
ToolWhat it does
list_my_worldsLists the worlds you can access through this connection.
set_active_worldActivates one of those worlds for the session.
ToolWhat it does
get_world_contextReturns the world’s schema — its entity types and relationship types.
search_entitiesFinds entities by name or criteria.
get_entitiesFetches specific entities with their properties, tags, and lore.
search_loreMeaning-based (semantic) search across the world’s lore.
get_timelineReturns events in chronological order.
ToolWhat it does
create_entitiesCreates one or more entities.
update_entityEdits an entity’s properties and tags.
delete_entityRemoves an entity.
manage_entity_loreAdds or edits the lore attached to an entity.
add_enumeration_termAdds a term to the world’s controlled tag vocabulary.
ToolWhat it does
create_relationshipsLinks entities with typed relationships.
update_relationshipEdits a relationship.
delete_relationshipRemoves a relationship.

If an agent says a tool isn’t available, its connection probably doesn’t have the right permission, or — on the connector — no world is active yet. See Troubleshooting.