Skip to main content
Glama
jihoho12
by jihoho12

ingest_knowledge

Store extracted entities and relations into a knowledge graph to organize and merge information for later querying.

Instructions

지식을 그래프에 저장합니다. Claude가 추출한 Entity/Relation JSON을 받습니다.

Args: raw_text: 사용자가 입력한 원본 텍스트 (로그용) entities: JSON 배열. 예: [{"name": "서버", "category": "network", "description": "클라이언트에게 서비스를 제공하는 컴퓨터", "aliases": ["Server"], "properties": {}}] relations: JSON 배열. 예: [{"source": "서버", "target": "클라이언트", "relation": "serves", "description": "서비스 제공 관계"}]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raw_textYes
entitiesYes
relationsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It fails to disclose behavioral traits such as idempotency, error handling, side effects (e.g., overwriting existing nodes), or authorization requirements. The description merely states 'save' without elaboration.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise with a clear structure: a purpose statement followed by an Args section. However, it mixes Korean and English, which may reduce clarity for international users. Slightly more verbose than necessary but still efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description thoroughly covers parameter semantics with examples, addressing a key gap from missing schema descriptions. However, it lacks behavioral context (e.g., idempotency, validation) and assumes an output schema exists but doesn't detail return values. Overall adequate but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema coverage is 0%, but the description adds rich, detailed documentation for all three parameters, including examples of JSON format for entities and relations and explanation of raw_text for logging. This greatly exceeds the schema's minimal type information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Save knowledge to the graph' and specifies it receives Entity/Relation JSON from Claude, clearly indicating the verb and resource. It distinguishes from sibling tools like delete_node or update_node.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for ingesting knowledge extracted by Claude but does not explicitly state when to use versus alternatives or provide exclusion criteria. Context is clear but lacks guidance on when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/jihoho12/MyKnowledgeMCP'

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