Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub personal access token with public_repo scope (read-only) for higher rate limits. Optional.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_issuesA

Find beginner-friendly open source issues ranked by likelihood of success.

Searches GitHub for "good first issue" labelled issues, scores each by
repo health + freshness + clarity + merge friendliness + setup ease,
and returns the top results.

Args:
    language: Programming language (e.g. "python", "typescript").
    min_stars: Minimum repo stars. Default 50.
    max_stars: Maximum repo stars. Default 50000.
    labels: Issue labels to require. Default ["good first issue"].
    max_results: How many results (1-25).
    sort_by: "beginner_score" | "freshness" | "repo_health".
    topic: Optional GitHub topic filter ("web", "cli", "data-science", ...).
    unassigned_only: When True (default), excludes issues that already
        have an assignee. Set False to widen the search when narrow
        language/label/stars combos return zero hits.
check_repo_healthB

Analyse a repository's contributor-friendliness.

Args:
    repo: Full repo name, e.g. "fastapi/fastapi".
check_issue_statusA

Check whether a specific GitHub issue is actually available to work on.

Args:
    issue_url: Full GitHub issue URL.
get_contribution_guideA

Pull and summarise a repo's contribution guide + setup instructions.

Args:
    repo: Full repo name, e.g. "fastapi/fastapi".

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Rajveerx11/gfi-scout'

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