Skip to main content
Glama

add_knowledge_nodes

Create multiple entities in a knowledge graph by extracting structured data from content. Define entity types, IDs, and properties to build searchable knowledge bases.

Instructions

Bulk create entities in the knowledge graph. The LLM extracts entities from content and provides them here. Each entity needs an entity_id (kebab-case), entity_type (matching schema — e.g., 'Topic', 'Article', 'Author', 'Concept'), and properties dict matching that type's schema fields.

Use get_knowledge_schema first to see available entity types and their fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_codeYesProject code (e.g., 'abc12345') — from list_knowledge_projects
entitiesYesArray of entities to create
environmentNoTarget environmentstaging

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/velosovictor/graforest-mcp'

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