Skip to main content
Glama
wuqunfei

github-mcp-server-js

by wuqunfei

get_rate_limit

Check GitHub API rate limit usage and reset times per category, without consuming your quota.

Instructions

Get the current API rate limit status for the authenticated user.Returns a rate-limit-overview object with per-category breakdowns (core, search, graphql, code_search, actions_runner_registration, etc.), each showing limit, used, remaining, and reset timestamp (Unix epoch seconds). Accessing this endpoint does not itself consume any rate limit quota. Docs: https://docs.github.com/en/rest/rate-limit/rate-limit#get-rate-limit-status-for-the-authenticated-user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It adds valuable behavioral context by disclosing that accessing this endpoint does not itself consume any rate limit quota, and it outlines the exact response structure (per-category breakdowns with limit, used, remaining, reset). It does not mention errors or auth requirements, but these are minimal for a read-only status endpoint.

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 consists of three sentences and a docs link, all earning their place with substantive information: purpose, response details, and the no-quota-consumption behavior. It is slightly dense due to the long second sentence, but it is not verbose. A missing space after the first sentence is a minor formatting issue, preventing a 5.

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

Completeness5/5

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

Given the tool's simplicity (no parameters, no output schema, no annotations), the description is fully sufficient. It explains what the response contains, including per-category breakdowns and fields, and provides a key behavioral detail about quota consumption. The docs link offers a fallback for deeper reference, so nothing essential is missing.

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

Parameters4/5

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

The tool has zero parameters, and the schema is an empty object with 100% coverage. Per the baseline rule for 0 parameters, the score is 4. The description adds no parameter-specific semantics because there are none, but it compensates by explaining the output structure.

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 immediately states 'Get the current API rate limit status for the authenticated user,' which is a specific verb+resource pairing. It uniquely distinguishes this tool from all siblings, as no other tool addresses rate limits, and it further details the response categories and fields.

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

Usage Guidelines4/5

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

The description makes the tool's use case clear ('current API rate limit status') and adds a notable behavioral note that it does not consume rate limit quota. However, it does not explicitly provide when-not-to-use guidance or name alternative tools, though none exist among siblings for this function.

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/wuqunfei/github-mcp-server-js'

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