Skip to main content
Glama

Exa Websets MCP Server

by waldzellai

knowledge_graph

Manage an onboard knowledge graph to organize, connect, and analyze webset results through entities, relations, and observations for structured data representation.

Instructions

Maintain an onboard knowledge graph of webset results.

Input Schema

NameRequiredDescriptionDefault
operationYes
entitiesNo
relationsNo
observationsNo
deletionsNo
namesNo
queryNo

Input Schema (JSON Schema)

{ "properties": { "deletions": { "items": { "additionalProperties": false, "properties": { "entityName": { "type": "string" }, "observations": { "items": { "type": "string" }, "type": "array" } }, "required": [ "entityName", "observations" ], "type": "object" }, "type": "array" }, "entities": { "items": { "additionalProperties": false, "properties": { "entityType": { "type": "string" }, "name": { "type": "string" }, "observations": { "default": [], "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "entityType" ], "type": "object" }, "type": "array" }, "names": { "items": { "type": "string" }, "type": "array" }, "observations": { "items": { "additionalProperties": false, "properties": { "contents": { "items": { "type": "string" }, "type": "array" }, "entityName": { "type": "string" } }, "required": [ "entityName", "contents" ], "type": "object" }, "type": "array" }, "operation": { "enum": [ "create_entities", "create_relations", "add_observations", "delete_entities", "delete_observations", "delete_relations", "read_graph", "search_nodes", "open_nodes" ], "type": "string" }, "query": { "type": "string" }, "relations": { "items": { "additionalProperties": false, "properties": { "from": { "type": "string" }, "relationType": { "type": "string" }, "to": { "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }, "type": "array" } }, "required": [ "operation" ], "type": "object" }

Latest Blog Posts

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/waldzellai/exa-mcp-server-websets'

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