Skip to main content
Glama

mempalace_create_tunnel

Create an explicit, tenant-scoped tunnel connecting two wing/room locations for AI agent memory.

Instructions

Create an explicit tenant-scoped tunnel between two wing/room locations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoOptional human-readable reason or relationship label for the tunnel.
source_roomYesRoom at the source endpoint of the explicit tunnel.
source_wingYesWing at the source endpoint of the explicit tunnel.
target_roomYesRoom at the target endpoint of the explicit tunnel.
target_wingYesWing at the target endpoint of the explicit tunnel.
source_drawer_idNoOptional drawer anchoring the source endpoint.
target_drawer_idNoOptional drawer anchoring the target endpoint.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
labelYes
sourceYes
targetYes
successYes
tunnel_idYes
Behavior3/5

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

Annotations already indicate this is a write, non-idempotent, non-destructive operation. The description adds no additional behavioral detail such as duplicate handling, validation of endpoints, or required permissions. It introduces the 'explicit tenant-scoped' qualifier, but that's more about the tunnel's scope than tool behavior.

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?

Single sentence, front-loaded with the verb, no unnecessary words. Ideal.

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 covers the core action but omits context about endpoint validation, duplicate tunnels, or optional drawer anchoring. Given the output schema and annotations exist, this is adequate but not comprehensive.

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?

Schema coverage is 100% with descriptive comments for each parameter. The description's mention of 'two wing/room locations' aligns with the source/target parameters but adds no syntax or format details beyond 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 the action (create) and the resource (explicit tenant-scoped tunnel), specifying it connects two wing/room locations. This distinguishes it from sibling tunnel operations like list/find/delete.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not indicate when to use this tool versus alternatives, nor mention any prerequisites or exclusions.

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