Skip to main content
Glama
Hollway

mcp-abap-abap-adt-api

by Hollway

findObjectPath

Read-only

Determines the workbench path of an ABAP object by its URL, revealing its package hierarchy to supply parent URIs that activation requires.

Instructions

The workbench path of an object, from the package down to the object itself. That is where the package of an object comes from - its own metadata does not carry it - which is why activation uses this to fill in the parent URI the inactive list leaves empty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectUrlYesURL of the object to find path for

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.5/5.0
Behavior2/5

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

Annotations already indicate read-only and non-destructive behavior, and the description does not contradict them. However, it adds only domain context about package provenance, not behavioral details like return format, error conditions, or required permissions, which are left unspecified.

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

Conciseness3/5

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

The description is only two sentences and not overly verbose, but it is not front-loaded with the primary intent; the action is implicit and the first sentence defines the output rather than the operation. The second sentence, while explanatory, is tangential to how to call the tool.

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?

For a single-parameter read-only tool, the description doesn't specify the exact output or any constraints. It leaves the agent unsure about the format of the returned path and whether any special handling is needed, making it incomplete for confident invocation.

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 schema fully documents the single objectUrl parameter with a clear description, and the tool description adds no further parameter semantics. With 100% schema coverage, a baseline of 3 is appropriate.

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

Purpose3/5

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

The description states the tool returns the workbench path of an object, but it frames it as a noun phrase rather than an action, lacking a clear verb like 'find' or 'get'. It does not explicitly mention the input parameter (objectUrl) or how it differs from sibling tools that also deal with object metadata.

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

Usage Guidelines2/5

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

The description mentions activation uses this to fill in a parent URI, which hints at a use case, but it doesn't provide explicit when-to-use or when-not-to-use guidance. No alternatives are named, leaving the agent to infer applicability from the activation context alone.

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

Deploy Server

Other Tools