Skip to main content
Glama
zyndai

zyndai-mcp-server

by zyndai

Deregister the user's Claude persona and stop the runner

zyndai_deregister_persona
DestructiveIdempotent

Remove your persona from the network by killing the process, deleting DNS records, and archiving the keypair. Allows switching personas or going offline.

Instructions

Tear down the user's persona end-to-end.

Steps performed:

  1. Kills the detached persona-runner process (SIGTERM).

  2. Unloads + removes the launchd plist on macOS.

  3. Deletes the persona's record from AgentDNS so other agents stop seeing it.

  4. Archives the persona keypair (renames to .archived) unless keep_keypair=true.

  5. Removes ~/.zynd/mcp-active-persona.json so zyndai_register_persona is unblocked.

Use this when the user wants to switch personas or stop being reachable on the network. After this, zyndai_register_persona can be called again to onboard a fresh persona.

Args:

  • keep_keypair (bool, optional) — preserve the keypair file as-is for later re-import.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keep_keypairNoIf true, leave the keypair file in ~/.zynd/agents/ for archival. Default false: rename it to <file>.archived so a fresh register-persona starts clean.
Behavior5/5

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

The description details every step performed (kill process, unload plist, delete DNS record, archive keypair, remove active file), which adds substantial context beyond annotations. No contradiction with annotations; the destructive and non-read-only nature is clearly conveyed.

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 well-structured: a one-line summary, a numbered list of steps, a usage note, and a parameter description. Every sentence serves a purpose, and the most critical information is front-loaded.

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?

Given no output schema, the description covers the full effect of deregistration—on processes, DNS, and local files—plus the precondition for re-registration. It lacks explicit mention of return values or error cases, but for a tool with clear side effects, this is adequate.

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 schema covers the single optional parameter (keep_keypair) with a clear description. The tool description reinforces this by explaining its effect in step 4, adding context about default behavior (renaming vs. preserving). With 100% schema coverage, the description still adds meaningful nuance.

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 title and description clearly state the tool deregisters a persona and stops the runner. It lists specific steps and contrasts with the sibling zyndai_register_persona, making the purpose unambiguous.

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 explicitly states when to use: 'when the user wants to switch personas or stop being reachable on the network.' It also notes that after deregistration, zyndai_register_persona can be called again. However, it does not explicitly mention when not to use it (e.g., for updating persona, use zyndai_update_persona), though the sibling list provides 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/zyndai/mcp-server'

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