Skip to main content
Glama

memory_manage

Manage team semantic memory storage in FleetQ: search, add, delete, and organize knowledge for AI agents.

Instructions

Manage team memory (semantic store). Actions: search (query, limit), list_recent, stats, add (content, metadata), delete (memory_id), upload_knowledge. Note: supabase_provision not available in cloud.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: search, list_recent, stats, add, delete, upload_knowledge
queryYesSearch keyword to match against memory content
agent_idNoFilter by agent UUID
limitNoMax results to return (default 10, max 100)
min_confidenceNoMinimum confidence score to filter results (0.0–1.0, default 0.0 to include all)
categoryNoFilter by memory category: preference, knowledge, context, behavior, goal
source_typeNoFilter by source type (e.g. execution, manual, signal)
contentYesThe memory text to store
project_idNoAssociate this memory with a specific project UUID (optional)
tagsNoTags for grouping and filtering memories
confidenceNoConfidence score 0.0–1.0. Default: 1.0 for manually added memories
metadataNoAdditional structured metadata (key-value pairs)
memory_idsYesArray of memory UUIDs to delete

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/escapeboy/agent-fleet-o'

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