action thesmsworks_get_credits_balance { label: "get_credits_balance" description: "Returns the number of credits currently available on the account" provider: thesmsworks method: GET path: "/credits/balance" encoding: json output: { type: "object" additionalProperties: true } }