Skip to main content
Glama

github_orgs_get_org_ruleset_history

Fetch the change history of a GitHub organization's ruleset by providing the org and ruleset ID, with optional pagination parameters.

Instructions

Get organization ruleset history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYesorg
ruleset_idYesruleset_id
per_pageNoThe number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
pageNoThe page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
Behavior2/5

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

No annotations provided. The description does not disclose whether this is a read operation, pagination behavior, or potential side effects. The schema lists pagination params but the description fails to mention that it returns paginated results.

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 very short (one sentence) but lacks necessary detail. It is concise but at the expense of completeness. Could benefit from additional context without being verbose.

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?

No output schema and no annotations. The description is too minimal to fully inform an agent about the tool's behavior, return format, or how pagination works. For a history tool, users would benefit from knowing what is included in the history items.

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 coverage is 100% with descriptions for all 4 params. However, descriptions for 'org' and 'ruleset_id' are trivial (just repeating the parameter name). 'per_page' and 'page' have helpful pagination context. The overall description adds no additional meaning beyond the schema.

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 'Get organization ruleset history' clearly states the verb (get) and resource (organization ruleset history). It distinguishes from siblings like 'get_org_ruleset_version' by focusing on history, but could be more explicit about what history entails.

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?

No guidance on when to use this tool versus alternatives like 'github_orgs_get_org_ruleset_version' or 'github_repos_get_org_ruleset'. Missing context on prerequisites or limitations.

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/Eyalm321/github-mcp'

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