Skip to main content
Glama

didlogic_mcp

get_transactions

Retrieve transaction history from DIDLogic by specifying transaction type, start date, and end date. Returns a CSV table with details such as date, time, type, amount, balance, and status.

Instructions

Load transaction history from DIDLogic

Args: transaction_type: Type of transaction to search where: adjustment = Adjustments made by DIDLogic finances activation = Activation payments for DID month = Monthly payments for DID paypal_in = Paypal TopUps call = Per minute charges for inbound calls call_fix_fee = Per minute charges for PSTN DID destinations sms = SMS charges inbound_sms = Inbound SMS charges cc_in = Credit card TopUps stripe_in = Stripe express payments TopUps porting = Porting Fees start_date: Search start date in format YYYY-MM-DD end_date: Search end date in format YYYY-MM-DD

Returns a CSV table of transactions where: Date: Date of transaction Time: Time of transaction Transaction type: Type of transaction Comment: Comment for transaction Amount: Transaction Amount Balance: Balance after transaction creation Status: Transaction status where: Confirmed = transaction confirmed but not commited yet Committed = transaction settled Rejected = transaction reverted back

Example:

Date,Time,Transaction type,Comment,Amount,Balance,Status 01/05/25,06:00 am,Monthly fees,Monthly fee for 18565999999,$-0.9900,$16.1273,Committed

Input Schema

NameRequiredDescriptionDefault
end_dateYesSearch end date in format YYYY-MM-DD
start_dateYesSearch start date in format YYYY-MM-DD
transaction_typeNoTransaction type for searchmonth

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "Search end date in format YYYY-MM-DD", "title": "End Date", "type": "string" }, "start_date": { "description": "Search start date in format YYYY-MM-DD", "title": "Start Date", "type": "string" }, "transaction_type": { "default": "month", "description": "Transaction type for search", "enum": [ "adjustment", "activation", "month", "paypal_in", "call", "call_fix_fee", "sms", "cc_in", "stripe_in", "porting", "inbound_sms" ], "title": "Transaction Type", "type": "string" } }, "required": [ "start_date", "end_date" ], "title": "get_transactionsArguments", "type": "object" }

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/UserAd/didlogic_mcp'

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