Skip to main content
Glama
wuqunfei

github-mcp-server-js

by wuqunfei

list_global_advisories

Retrieve GitHub Global Security Advisories to identify vulnerabilities, with optional filters for ecosystem, severity, CWE, and advisory type.

Instructions

List GitHub Global Security Advisories from the public GHSA database. Docs: https://docs.github.com/en/rest/security-advisories/global-advisories#list-global-security-advisories

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwesNoComma-separated CWE IDs to filter by.
pageNo
typeNo
per_pageNo
severityNo
ecosystemNoFilter by package ecosystem.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the tool lists advisories from the public database, but does not mention pagination, response structure, authentication needs, or any default/filter behavior. The docs link is external and does not compensate within the description itself.

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 that clearly states the operation and source, with a useful docs link. No wasted words; it is appropriately sized for a simple list tool.

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?

With 6 optional parameters, low schema coverage, no annotations, and no output schema, the description is too sparse. It lacks guidance on how to filter, pagination limits, and what the response contains, leaving the agent dependent on external docs for confident invocation.

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?

Schema description coverage is low (33%, only 2 of 6 params). The description mentions no parameters or filtering options, so it adds no value beyond the schema. The schema itself leaves 4 params without descriptions, and the description does not help fill that gap.

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 uses the specific verb 'List' with a clear resource 'GitHub Global Security Advisories' and specifies the source 'public GHSA database'. This distinguishes it from siblings like get_global_advisory (singular) and list_repository_advisories (repository-specific).

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 description implies this is for listing global advisories and provides clear context (public GHSA database), but it does not explicitly name alternatives or state when to use this tool over get_global_advisory or list_repository_advisories. Usage is implied rather than explicitly guided.

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