Skip to main content
Glama
notx2wice

graphiti-folder

by notx2wice

search_graphiti

Read-onlyIdempotent

Search time-indexed facts, entities, and episodes with hybrid retrieval, filter by validity period, and include source verification for current or historical knowledge.

Instructions

Graphiti 공식 하이브리드 검색으로 시간 Fact·Entity·Episode와 출처를 찾는다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes찾고 싶은 사건·관계·현재 상태
scopeNocontext는 Fact·Entity·Episode, facts는 Fact만 검색context
end_timeNoFact 유효 시간 종료(미포함), ISO 날짜·시각
start_timeNoFact 유효 시간 시작(포함), ISO 날짜·시각
max_resultsNo각 검색 범위의 최대 결과 수
include_historyNotrue면 만료된 과거 Fact도 포함

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.0

TDQS

A4.1/5.0
Behavior4/5

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

The description aligns with the readOnly, idempotent, and non-destructive annotations, and adds search behavior context such as hybrid and temporal searching. No contradictions with the annotations are present.

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

Conciseness5/5

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

The description is a single, concise sentence that clearly communicates the tool's purpose without unnecessary detail, and the schema is well structured.

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

Completeness5/5

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

Given the rich schema descriptions, annotations, and presence of an output schema, the description provides sufficient context for an agent to understand and invoke the tool correctly.

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

Parameters3/5

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

The schema already provides full descriptions for all parameters, and the tool description does not add additional parameter-level meaning beyond what is already documented in the schema.

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 clearly states that this tool performs hybrid search over temporal facts, entities, episodes, and sources, which distinguishes it from the sibling status and source-retrieval tools.

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 search purpose is implied clearly, and the scope parameter distinguishes context vs. fact-only search, but the description does not explicitly state when to use this tool instead of siblings like get_episode_sources.

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