Skip to main content
Glama

MemoryMesh

by CheMiguel23
location.schema.json2.58 kB
{ "name": "add_location", "description": "Add a new location to the knowledge graph", "properties": { "name": { "type": "string", "description": "Location's name", "required": true }, "type": { "type": "string", "description": "Type of location", "required": true }, "description": { "type": "string", "description": "Detailed description of the location", "required": true }, "status": { "type": "string", "description": "Current state of the location", "required": true }, "parentLocation": { "type": "string", "description": "The parent location this location belongs to", "required": false }, "atmosphere": { "type": "string", "description": "The general feel/mood of the location", "required": false }, "accessibility": { "type": "string", "description": "How characters can enter/exit the location", "required": false }, "size": { "type": "string", "description": "The size or scale of the location", "required": false }, "dangerLevel": { "type": "string", "description": "The level of danger present in the location", "required": false }, "notableFeatures": { "type": "array", "description": "Distinct characteristics of the location", "required": false }, "subLocations": { "type": "array", "description": "Locations contained within this location", "required": false, "relationship": { "edgeType": "contains", "description": "Locations contained within this location" } }, "relatedCharacters": { "type": "array", "description": "Characters present in or associated with this location", "required": false, "relationship": { "edgeType": "present_in", "description": "Characters associated with the location" } }, "relatedQuests": { "type": "array", "description": "Quests associated with this location", "required": false, "relationship": { "edgeType": "takes_place_in", "description": "Quests associated with the location" } }, "relatedArtifacts": { "type": "array", "description": "Artifacts found or stored at this location", "required": false, "relationship": { "edgeType": "located_at", "description": "Artifacts associated with the location" } } }, "additionalProperties": true }

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/CheMiguel23/MemoryMesh'

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