Skip to main content
Glama

ABAP-ADT-API MCP-Server

nodeContents

Retrieve the contents of a node in the ABAP repository tree by specifying the parent node type and related details. Enhances ABAP development workflows by facilitating access to repository data.

Instructions

Retrieves the contents of a node in the ABAP repository tree.

Input Schema

NameRequiredDescriptionDefault
parent_nameNoThe name of the parent node.
parent_tech_nameNoThe technical name of the parent node.
parent_typeYesThe type of the parent node.
parentnodesNoAn array of parent node IDs.
rebuild_treeNoWhether to rebuild the tree.
user_nameNoThe user name.

Input Schema (JSON Schema)

{ "properties": { "parent_name": { "description": "The name of the parent node.", "optional": true, "type": "string" }, "parent_tech_name": { "description": "The technical name of the parent node.", "optional": true, "type": "string" }, "parent_type": { "description": "The type of the parent node.", "type": "string" }, "parentnodes": { "description": "An array of parent node IDs.", "optional": true, "type": "array" }, "rebuild_tree": { "description": "Whether to rebuild the tree.", "optional": true, "type": "boolean" }, "user_name": { "description": "The user name.", "optional": true, "type": "string" } }, "required": [ "parent_type" ], "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/mario-andreschak/mcp-abap-abap-adt-api'

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