Skip to main content
Glama

osint-terminal

Ghevents

ghevents

GitHub Activity: Recent public GitHub events for a user (60/hr)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does disclose a real operational constraint, '60/hr' rate limit, and clarifies the data is public and recent. However, it does not mention behavior for empty q, invalid usernames, pagination, or whether authentication is required. The rate-limit disclosure is useful but incomplete.

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

Conciseness4/5

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

The description is a single front-loaded sentence with no wasted words. The 'GitHub Activity:' prefix is mildly redundant with the title but harmless. Overall it is concise and easy to scan.

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?

This is a low-complexity tool with one optional parameter and an output schema, so it does not need extensive return-value documentation. Still, the missing explicit parameter definition and lack of usage guidance leave the agent partly guessing. The rate-limit note adds useful operational context.

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

Parameters2/5

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

The schema's only parameter q has 0% description coverage, and the description never explicitly says q is a GitHub username. It only indirectly suggests 'for a user,' leaving the agent to infer the mapping. With schema coverage this low, the description needed to clearly define q, and it does not.

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

Purpose4/5

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

The description names a clear resource and scope: 'recent public GitHub events for a user.' It also adds the 60/hr rate-limit signal. It lacks an explicit verb like 'retrieve' or 'list,' and it does not explicitly differentiate itself from sibling GitHub tools such as github or githubsearch, but the core purpose is unambiguous.

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?

The phrase 'for a user' implies this is the right tool when you need a specific user's recent public GitHub events. However, there is no explicit when-to-use/when-not-to-use guidance or comparison with any of the many GitHub-related sibling tools. Usage context is implied rather than stated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources