Skip to main content
Glama
justinmclean

Podlings MCP

by justinmclean

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PODLINGS_MCP_CACHE_DIRNoOverride the cache directory for the default ASF podlings XML source, which is cached locally for 24 hours.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_podlingsC

List ASF Incubator podlings from podlings.xml with optional filtering.

list_current_podlingsC

List current podlings.

list_graduated_podlingsC

List graduated podlings.

list_retired_podlingsC

List retired podlings.

get_podlingA

Return details for a single podling by name.

podling_statsC

Return summary statistics for a podlings.xml source.

mentor_count_statsC

Return mentor coverage and mentor-count distribution stats for a podlings.xml source.

podlings_started_over_timeB

Return yearly podling start counts based on start dates.

started_podlings_by_yearB

Return the podlings that started in a specific year.

active_podlings_by_yearC

Return yearly active-podling counts based on lifecycle span.

active_podlings_in_yearC

Return the podlings that were active during a specific year.

graduation_rate_over_timeC

Return yearly graduation and retirement counts plus graduation rate based on podling end dates.

completion_rate_over_timeB

Return yearly completion rate using completed outcomes divided by active population.

completion_count_over_timeA

Return yearly completed podling counts based on end dates, split into graduated and retired outcomes.

completed_podlings_by_yearA

Return the podlings that completed in a specific year, split into graduated and retired outcomes.

completed_podlings_in_rangeB

Return the podlings that completed within an inclusive year range.

graduated_podlings_by_yearC

Return the podlings that graduated in a specific year.

retired_podlings_by_yearB

Return the podlings that retired in a specific year.

graduation_time_over_timeA

Return yearly average incubation time for graduated podlings based on start and end dates.

time_to_retirement_over_timeC

Return yearly retirement timing stats based on podling start and end dates.

reporting_scheduleA

Return expected reporting cadence, due-this-month status, and next expected reporting period for podlings.

raw_podlings_xml_infoC

Return parsing metadata and a small preview of podlings.xml content.

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/justinmclean/PodlingsMCP'

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