Skip to main content
Glama

get_account

Retrieve DigiSign account information including credits, subscription plan, and usage details to monitor digital signature service status.

Instructions

Get DigiSign account info — credits, plan, usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The underlying API call implementation for fetching account information.
    export function getAccount(creds) {
      return apiCall('GET', '/api/account', creds);
    }
  • src/index.js:143-155 (registration)
    The MCP tool registration and handler wrapper for 'get_account'.
    server.tool(
      'get_account',
      'Get DigiSign account info — credits, plan, usage.',
      {},
      async () => {
        try {
          const data = await api.getAccount(creds);
          return result(data);
        } catch (err) {
          return errorResult(err);
        }
      }
    );

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/davidsimoes/digisign-mcp'

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