Skip to main content
Glama
test-get-object-structure.tsâ€ĸ571 B
// Test script for handleGetObjectStructure (TypeScript) import { handleGetObjectStructure } from '../src/handlers/handleGetObjectStructure'; async function main() { // Replace with valid test values for your system const args = { objecttype: 'PROG/P', objectname: '/CBY/MMSKLCARD' }; const result = await handleGetObjectStructure(args); console.log('Returned result:'); console.dir(result, { depth: 10, colors: true }); } main() .then(() => process.exit(0)) .catch(err => { console.error('Test failed:', err); process.exit(1); });

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