Skip to main content
Glama

get_event_registry_entry

Read-only

Retrieve detailed information about a registered event definition using its event name or sys_id, enabling inspection of event configuration and attributes.

Instructions

Get details of a specific registered event definition

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_or_sysidYesEvent name (e.g. "incident.created") or sys_id
Behavior2/5

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

The readOnlyHint annotation already indicates a safe read operation. The description adds little beyond naming the resource type; it does not disclose what 'details' includes, error behavior, or any special constraints. With annotations covering safety, the description's marginal behavioral context is minimal.

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 a single, front-loaded sentence with no wasted words. It is optimally concise for the tool's simplicity.

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

Completeness3/5

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

The tool is simple with one well-documented parameter and read-only annotation. However, there is no output schema, and the description does not specify what 'details' are returned or any prerequisite (e.g., event must already be registered). This leaves some ambiguity but is adequate for a basic getter.

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?

Schema description coverage is 100% for the single parameter, which provides a clear example ('incident.created') and mentions sys_id as an alternative. The tool description itself adds no extra parameter meaning, so 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 the verb ('Get'), the resource ('details of a specific registered event definition'), and distinguishes it from sibling tools like list_event_registry by emphasizing 'specific' and 'details'.

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

Usage Guidelines3/5

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

Usage is implied: use this tool when you need details of one event definition rather than listing all. No explicit alternatives or exclusionary guidance are provided, so it falls at the minimum viable level.

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/aartiq/servicenow-mcp'

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