Skip to main content
Glama

vault

Manage Loadout Vault connections: check status, connect, or disconnect integrations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNostatus
confirmedNoDeprecated compatibility field
addAccountNoConnect only: add a new account instead of reconnecting the default account (--addAccount).
credentialsNoPlaintext credential values for programmatic callers. Agent callers should omit this field and send the returned connectUrl to the user instead of asking for secrets in chat.
accountAliasNoAccount alias selector: on connect, reconnect exactly that account (requires replaceAccountConfirmed); on disconnect, delete exactly that account (--accountAlias).
integrationIdNoIntegration ID to check, connect, or disconnect
integrationIdsNoIntegration IDs to check
capabilityNamesNoCapability names whose integration dependencies to check
redirectAfterConnectNoRelative URL to visit after OAuth connection completes
replaceAccountConfirmedNoCaller-asserted acknowledgement that reconnecting may replace the provider identity behind the selected account alias (--replaceAccountConfirmed).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / accountAlias
      Added value: +{
      +  "description": "Account alias selector: on connect, reconnect exactly that account (requires replaceAccountConfirmed); on disconnect, delete exactly that account (--accountAlias).",
      +  "type": "string"
      +}
    • addedInput schema / properties / addAccount
      Added value: +{
      +  "description": "Connect only: add a new account instead of reconnecting the default account (--addAccount).",
      +  "type": "boolean"
      +}
    • addedInput schema / properties / replaceAccountConfirmed
      Added value: +{
      +  "description": "Caller-asserted acknowledgement that reconnecting may replace the provider identity behind the selected account alias (--replaceAccountConfirmed).",
      +  "type": "boolean"
      +}
  2. First observed

TDQS

A3.6/5.0
Behavior2/5

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

The annotation readOnlyHint=false already signals mutating behavior. The description adds minimal behavioral context beyond listing the actions, which are also present in the action enum. It does not disclose side effects, OAuth flow requirements, the need for confirmation flags (e.g., replaceAccountConfirmed), or the guidance that agents should send connectUrl to users rather than request secrets. Given the complexity of the tool, this is a significant gap.

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 a single, efficiently worded sentence that front-loads the purpose and enumerates the key actions. Every word contributes value with no redundancy or filler.

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 tool has 10 parameters, nested objects, and no output schema, yet the description provides only a high-level summary. It omits critical operational details such as how OAuth connection works, the distinction between reconnecting and adding a new account, confirmation requirements, and expected return values. The schema hints at some of this, but the description alone is insufficient for an agent to invoke the tool correctly in complex scenarios.

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 description coverage is high (90%), and each parameter has a descriptive explanation (e.g., accountAlias, confirmed, addAccount). The description itself adds no parameter-level meaning. Baseline 3 is appropriate because the schema carries the semantic load.

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 purpose: 'Manage Loadout Vault connections: check status, connect, or disconnect integrations.' It uses a specific verb ('manage') and resource ('Loadout Vault connections'), and lists the three primary actions. This distinguishes it from sibling tools like auth or capabilities_execute, which handle different resources.

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 implies a clear usage context: it is the tool for managing Vault connection lifecycle. However, it does not explicitly state when not to use it or reference alternative tools. Since the scope is clearly defined as check/connect/disconnect, the context is sufficient without explicit exclusions.

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