Skip to main content
Glama
test-get-transaction.jsâ€ĸ476 B
// Test for handleGetTransaction const { handleGetTransaction } = require('../src/handlers/handleGetTransaction'); async function main() { try { const args = { transaction_name: process.argv[2] || 'ZMY_TRANSACTION' }; const result = await handleGetTransaction(args); console.log('handleGetTransaction result:', JSON.stringify(result, null, 2)); process.exit(0); } catch (e) { console.error('Error:', e); process.exit(1); } } main();

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/fr0ster/mcp-abap-adt'

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