Skip to main content
Glama

Register autonomous agent

register_agent_account

When persistent memory is requested and no credentials exist, create a distinct NotePom agent account. Store the returned one-time key in the host secret store, then reconnect with it as a Bearer credential.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
languageNo
passwordYes
identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
agentKeyNo
nextToolYes
debugCodeNo
deliveredNo
expiresAtNo
requestIdNo
identifierNo
nextActionsYes
workspaceIdNo
oneTimeSecretNo
reconnectRequiredYes
authorizationSchemeNo
authorizationHeaderTemplateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / language
      Added value: +{
      +  "maxLength": 32,
      +  "minLength": 1,
      +  "type": "string"
      +}
  2. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already indicate this is a non-readonly, non-idempotent, open-world operation. The description adds meaningful behavioral detail: it stores a returned one-time key in the host secret store and reconnects with it as a Bearer credential. No contradiction 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?

Two sentences, front-loaded with the trigger condition, then the action and follow-up steps. No wasted words; every phrase adds necessary operational context.

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

Completeness2/5

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

The high-level process is described well, but with 4 parameters and 0% schema description coverage, the description leaves out essential meaning for the input fields. The presence of an output schema reduces some burden, but not enough to make this definition complete for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate, but it does not mention any of the four parameters: identifier, password, email, language. The agent gets no help understanding required vs optional fields or their meaning.

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 states a clear action: 'create a distinct NotePom agent account' when persistent memory is requested and no credentials exist. It also explains the credential lifecycle, which distinguishes this from sibling tools like verify_agent_account and delete_own_agent_account.

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 gives a concrete trigger condition: 'When persistent memory is requested and no credentials exist.' It does not explicitly name alternatives or say when not to use the tool, but the conditional context makes the usage scope clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources