Skip to main content
Glama

save_sync_credentials

Save Anki sync credentials to the system keychain for secure storage across macOS, Windows, and Linux, with optional custom sync server URL.

Instructions

Save sync credentials securely to system keychain (macOS Keychain, Windows Credential Manager, or Linux Secret Service)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesAnkiWeb ID or sync server username
passwordYesAccount password
endpointNoSync server URL (optional). Leave empty for AnkiWeb. Example: https://sync.example.com
Behavior2/5

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

No annotations are provided, so the description must carry full burden. It does not disclose critical behavioral traits such as whether the tool overwrites existing credentials, validates the input, or requires specific permissions. This is insufficient for a write operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is a single concise sentence that communicates the core purpose clearly. It is front-loaded and efficient, though could benefit from breaking down parameter details already in schema.

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?

For a security-sensitive tool with 3 parameters and no output schema, the description is minimal. It does not explain return values, error handling, or side effects (e.g., overwriting). More context is needed for safe usage.

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?

Input schema covers 100% of parameters with descriptions. The description adds no new information beyond what the schema already provides. For high schema coverage, baseline 3 is appropriate.

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?

Description clearly states the verb (save), resource (sync credentials), and storage mechanism (system keychain with platform specifics). It is distinct from sibling tools like load_sync_credentials and delete_sync_credentials, making the tool's 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 Guidelines3/5

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

The description implies usage for storing credentials but does not explicitly state when to use this tool versus alternatives (e.g., load or delete). The sibling tool names provide context, but explicit guidance on when to call this tool is missing.

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/listfold/mousetail'

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