Skip to main content
Glama

mempalace_reconnect

Read-onlyIdempotent

Check backend readiness by returning configured binding and index health. This tool reports if the memory server is operational without resetting local cache.

Instructions

Return configured binding and index health. This reports backend readiness rather than resetting a local cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
drawersYes
messageYes
successYes
vector_disabledYes
vector_disabled_reasonYes
Behavior4/5

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

Annotations already declare this as read-only, idempotent, and non-destructive. The description adds useful context beyond these hints by clarifying it reports backend readiness and does not reset a local cache, which is a meaningful behavioral note. No contradictions with annotations.

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 extremely concise with two short sentences. The first sentence front-loads the action and resource, and the second adds a useful clarification without redundancy. Every word earns its place.

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 tool's simplicity (no parameters, an output schema exists, and safety annotations are provided), the description is complete. It covers the tool's purpose, the nature of its results, and a key behavioral distinction, leaving no ambiguity for a straightforward health-check tool.

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?

The tool has zero parameters and the schema is empty, so the parameter baseline is 4. The description doesn't need to elaborate on parameters, and it compensates by clarifying what is returned (configured binding and index health).

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's action ('Return') and specific resource ('configured binding and index health'). It also explicitly distinguishes itself from a cache-reset operation, which differentiates it from what the name 'reconnect' might imply and from sibling tools that may reset or mutate state.

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 conveys when to use the tool (to check backend readiness/binding and index health) and provides an exclusion ('rather than resetting a local cache'). However, it does not explicitly name alternative sibling tools like mempalace_status, so the guidance is clear but not fully explicit on alternatives.

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/nazar256/memheaven'

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