ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

nodeContents

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" }