Skip to main content
Glama

keychain_send_list

Retrieve a list of secure file and text shares from your password vault. Use this tool to view all Bitwarden Send items you own.

Instructions

List all the Sends owned by you (bw send list).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration and handler implementation for keychain_send_list (registered as .send_list).
      `${deps.toolPrefix}.send_list`,
      {
        title: 'Send List',
        description: 'List all the Sends owned by you (bw send list).',
        annotations: { readOnlyHint: true, openWorldHint: true },
        inputSchema: {},
        _meta: toolMeta,
      },
      async (_input, extra) => {
        const sdk = await deps.getSdk(extra.authInfo);
        const sends = await sdk.sendList();
        return {
          structuredContent: { sends },
          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