Skip to main content
Glama
Edlineas

AIVectorMemory

by Edlineas

status

Read or update session state including blocking status, current task, and auto-computed progress. Use clear_fields to clear list fields.

Instructions

读取或更新会话状态(阻塞状态、当前任务、进度等)。不传 state 参数则读取,传则部分更新。progress 为只读计算字段,自动从 track 活跃问题 + task 未完成任务聚合生成,无需手动写入。清空列表字段时使用 clear_fields 参数(因部分 IDE 会过滤空数组)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNo要更新的字段(部分更新)。progress 为只读字段,传入会被忽略。
clear_fieldsNo要清空的列表字段名。用于绕过部分 IDE 过滤空数组的问题,例如传 ["pending"] 等同于 state.pending=[]。
Behavior4/5

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

No annotations provided, but the description discloses both modes, read-only nature of progress, auto-aggregation, and the clear_fields workaround. It doesn't mention return format but covers key behaviors.

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?

Three efficient sentences, no redundancy. Front-loaded with purpose, then mode conditions, then behavioral notes.

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

Completeness4/5

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

Covers main behaviors comprehensively for a 2-param tool. Missing return details but no output schema exists. The description is sufficient for typical use.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. Description adds meaning by explaining update is partial, progress is read-only, and clear_fields solves IDE issues, raising it above baseline.

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 the tool reads or updates session state (verb+resource). It distinguishes from siblings like readme, recall, task by being the sole session state tool.

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

Usage Guidelines4/5

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

The description explains when to use each mode (read vs update) and how to clear list fields. It lacks explicit exclusions or alternatives but usage is clear given sibling context.

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/Edlineas/aivectormemory'

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