Skip to main content
Glama

keychain_send_template

Generate JSON templates for Bitwarden Send objects to create secure file or text shares.

Instructions

Get json templates for send objects (bw send template).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectYes

Implementation Reference

  • The tool `keychain_send_template` is registered as `${deps.toolPrefix}.send_template` and calls `sdk.sendTemplate(input)` to execute its logic.
      `${deps.toolPrefix}.send_template`,
      {
        title: 'Send Template',
        description: 'Get json templates for send objects (bw send template).',
        annotations: { readOnlyHint: true, openWorldHint: true },
        inputSchema: {
          object: z.enum(['send.text', 'text', 'send.file', 'file']),
        },
        _meta: toolMeta,
      },
      async (input, extra) => {
        const sdk = await deps.getSdk(extra.authInfo);
        const template = await sdk.sendTemplate(input);
        return {
          structuredContent: { template },
          content: [{ type: 'text', text: 'OK' }],
        };
      },
    );

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