Skip to main content
Glama

GetNodeStructureLow

Fetch the node structure of ABAP objects from an ADT repository for tree navigation and structural discovery. Supports optional session reuse from GetSession.

Instructions

[low-level] Fetch node structure from ADT repository. Used for object tree navigation and structure discovery. Can use session_id and session_state from GetSession to maintain the same session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idNoOptional node ID (default: "0000" for root). Use to fetch child nodes.0000
session_idNoSession ID from GetSession. If not provided, a new session will be created.
parent_nameYesParent object name
parent_typeYesParent object type (e.g., "CLAS/OC", "PROG/P", "DEVC/K")
session_stateNoSession state from GetSession (cookies, csrf_token, cookie_store). Required if session_id is provided.
with_short_descriptionsNoInclude short descriptions in response
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It does not disclose side effects, authentication requirements, or rate limits. The description merely states a fetch operation without behavioral guarantees beyond what is implicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the purpose. Every sentence adds value: the first defines the action, the second provides usage context. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of 6 parameters (including nested session_state) and no output schema, the description lacks details on return values, error handling, or pagination. It is minimal for a low-level navigation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers all parameters with descriptions (100% coverage), so the description adds minimal extra meaning. It mentions session usage but that is already documented in the schema. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Fetch node structure from ADT repository' with a specific verb and resource. It distinguishes itself as a low-level tool for object tree navigation, which sets it apart from sibling tools like GetObjectStructureLow or GetObjectNodeFromCache.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for usage: 'Used for object tree navigation and structure discovery' and mentions session reuse from GetSession. However, it lacks explicit when-not-to-use or alternative tool comparisons.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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