Skip to main content
Glama

Send Create (Encoded JSON)

keychain_send_create_encoded

Create Bitwarden Sends with template-level fields: supply encoded JSON, raw JSON, text, or file attachment (filename + contentBase64). Optionally hide text content.

Instructions

Create a Send with the advanced bw send create flow. Provide an encodedJson template or raw json to encode, or create directly from text/file fields; file uses filename plus contentBase64 and hidden only affects text Sends. Use this when you need template-level fields beyond the quick send_create options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
encodedJsonNoBase64-encoded Send JSON template passed to bw send create.
jsonNoRaw Send JSON template; the server encodes it before bw send create.
textNoDirect text payload alternative to encodedJson/json.
hiddenNoHide direct text Send content by default when true.
fileNoDirect file payload alternative using filename and contentBase64.
Behavior4/5

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

Annotations indicate readOnlyHint=false and openWorldHint=true. The description explains that hidden only affects text Sends and file uses contentBase64. It does not mention side effects beyond creation, but the advanced flow is acknowledged.

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?

The description is concise (3 sentences) and front-loaded with the action. It efficiently covers the input alternatives and usage context without unnecessary detail.

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 the complexity of multiple input modes and no output schema, the description adequately covers the tool's functionality and when to use each parameter. It is complete for the intended usage.

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?

Schema coverage is 100% with descriptions for each parameter. The tool description adds value by explaining the relationship between parameters: encodedJson/json vs text/file options, and the scope of the hidden field.

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 it creates a Send with the 'advanced bw send create flow' and differentiates from the 'quick send_create options' (sibling tool). It lists the input modes: encodedJson, raw json, text, file.

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?

Explicitly says 'Use this when you need template-level fields beyond the quick send_create options', indicating when to use this tool over the simpler sibling. It does not explicitly state when not to use, but the context is clear.

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/icoretech/warden-mcp'

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