objectRegistrationInfo
Fetches registration information for an ABAP object, providing metadata and status details.
Instructions
Get registration information for an ABAP object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes |
Fetches registration information for an ABAP object, providing metadata and status details.
Get registration information for an ABAP object
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry full behavioral disclosure. It only states 'Get registration information,' implying a read operation but not explaining any side effects, required permissions, or return behavior. It adds nothing beyond the name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single brief sentence, which is front-loaded and free of fluff. However, it is under-specified to the point of being almost tautological, so the brevity is not a strength.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, no annotations, and a single schema with unexplained parameters, the description should provide context about what 'registration information' includes and any preconditions. It does not, making the tool inadequate for an agent to invoke confidently.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema shows a single required string parameter 'objectUrl' with 0% coverage. The description vaguely ties it to 'an ABAP object' but does not explain the URL format, how to construct it, or what values are expected, leaving the agent to guess.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Get' and resource 'registration information for an ABAP object', making the primary purpose clear. However, it does not differentiate this from sibling tools like getObjectSource or objectStructure, so it lacks sibling distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description does not mention any prerequisites, use cases, or exclusions, leaving the agent without decision criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rohitvardhanbattula/mcp-adt-extension'
If you have feedback or need assistance with the MCP directory API, please join our Discord server