Skip to main content
Glama
wuqunfei

github-mcp-server-js

by wuqunfei

get_meta

Retrieve GitHub API metadata including IP ranges, SSH key fingerprints, public keys, and password auth status to support firewall allowlisting, SSH host verification, and infrastructure automation.

Instructions

Get GitHub API metadata: IP address ranges for GitHub services(hooks, web, api, git, packages, pages, importer, actions, dependabot, copilot), SSH key fingerprints, SSH public keys used to sign GitHub commits, and whether GitHub password authentication is enabled. Useful for firewall allowlisting, SSH host verification, and infrastructure automation. Returns an api-overview object. Safe to call without authentication. Docs: https://docs.github.com/en/rest/meta/meta#get-github-meta-information

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, the description carries the burden of behavioral disclosure. It states the call is safe without authentication and returns an api-overview object, conveying read-only nature and return type. However, it does not mention rate limits, error scenarios, or any additional side effects, which would be useful but not critical for this simple read-only endpoint.

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 two sentences and a docs link, front-loaded with the core content and use cases. Every sentence adds value: the first enumerates the metadata, the second gives practical applications, safety, and return type. It is compact and well-structured without any fluff.

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 low complexity (no parameters, no output schema), the description is highly complete. It explains what data is returned, why it might be used, the authentication requirement, and the return object type. The docs link provides further reference. There are no major gaps in context.

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. Per the guidelines, the baseline is 4 when there are no parameters. The description does not need to compensate for parameter documentation and adds no extraneous param-related detail.

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 it 'Get[s] GitHub API metadata' and enumerates the specific data returned: IP ranges, SSH fingerprints, SSH public keys, and password authentication status. This distinguishes it from sibling tools which focus on repositories, issues, PRs, etc., making the purpose unambiguous.

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 provides explicit use cases: 'firewall allowlisting, SSH host verification, and infrastructure automation,' and notes it is safe to call without authentication. It does not explicitly mention when not to use it or offer alternatives, but the context is clear and sufficient for a general-purpose metadata tool.

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