Skip to main content
Glama

ClimateTriage MCP Server

search_climate_triage_issues

Discover open source issues related to climate change and sustainability projects. Filter by category, programming language, or keyword to find opportunities for contribution and explore actionable solutions.

Instructions

Searches for open source issues related to climate change, sustainability and more. Use this tool to find opportunities to contribute to projects addressing climate challenges, explore issues in specific programming languages, or discover projects in various sustainability categories. Returns information about issues including project details, descriptions, and links. Supports filtering, pagination, and sorting to help find relevant issues.

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter issues by project category
keywordNoFilter issues by project keyword (e.g., 'bug', 'help wanted', 'enhancement')
languageNoFilter issues by programming language
orderNoSort order (asc or desc) (default: desc for most recent first)desc
pageNoPagination page number (starts at 1)
per_pageNoNumber of records per page (default: 10)
sortNoField to sort by (default: created_at). Use created_at for most recent issues first.created_at

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Filter issues by project category", "enum": [ "Climate Change", "Energy Systems", "Emissions", "Consumption", "Biosphere", "Hydrosphere", "Sustainable Development" ], "type": "string" }, "keyword": { "description": "Filter issues by project keyword (e.g., 'bug', 'help wanted', 'enhancement')", "type": "string" }, "language": { "description": "Filter issues by programming language", "enum": [ "JavaScript", "TypeScript", "Python", "Java", "C#", "C++", "C", "Ruby", "Go", "Rust", "Swift", "Kotlin", "PHP", "HTML", "CSS", "Shell", "Dart", "Scala", "R", "Elixir", "Clojure" ], "type": "string" }, "order": { "default": "desc", "description": "Sort order (asc or desc) (default: desc for most recent first)", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "Pagination page number (starts at 1)", "minimum": 1, "type": "integer" }, "per_page": { "default": 10, "description": "Number of records per page (default: 10)", "minimum": 1, "type": "integer" }, "sort": { "default": "created_at", "description": "Field to sort by (default: created_at). Use created_at for most recent issues first.", "enum": [ "created_at", "updated_at", "stars" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from ClimateTriage MCP Server

Related Tools

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/Codeshark-NET/climate-triage-mcp'

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