ClimateTriage MCP Server
ClimateTriage MCP 서버
ClimateTriage API와 통합된 MCP 서버 구현으로, 기후 변화 및 지속 가능성과 관련된 오픈 소스 문제를 검색하는 도구를 제공합니다.
특징
이슈 검색 : 기후 관련 프로젝트에서 오픈 소스 이슈 찾기
다중 필터 : 카테고리, 프로그래밍 언어, 키워드 등으로 필터링
정렬 옵션 : 생성 날짜, 업데이트 날짜 또는 별점을 기준으로 문제 정렬
Related MCP server: GitHub Issues MCP Server
도구
기후 문제 검색
기후 변화와 지속 가능성과 관련된 오픈 소스 문제를 검색합니다.
입력:
category(문자열, 선택 사항): 프로젝트 범주(예: '기후 변화', '에너지 시스템')별로 문제 필터링language(문자열, 선택 사항): 프로그래밍 언어(예: 'JavaScript', 'Python')로 문제를 필터링합니다.keyword(문자열, 선택 사항): 프로젝트 키워드로 문제 필터링(예: '좋은 첫 번째 문제', '도움이 필요합니다')page(번호, 선택 사항): 페이지 번호(1부터 시작)per_page(숫자, 선택 사항): 페이지당 레코드 수(기본값: 10)sort(문자열, 선택 사항): 정렬 기준 필드('created_at', 'updated_at', 'stars', 기본값: 'created_at')order(문자열, 선택 사항): 정렬 순서('asc' 또는 'desc', 기본값: 최신 항목이 먼저 표시되는 경우 'desc')
구성
기본적으로 서버는 https://ost.ecosyste.ms/api/v1 의 ClimateTriage API에 연결합니다.
Claude Desktop과 함께 사용
claude_desktop_config.json 에 다음을 추가하세요:
지엑스피1
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 약관에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다.
Available Tools
1 toolsearch_climate_triage_issuesB
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.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter issues by project category | |
| keyword | No | Filter issues by project keyword (e.g., 'bug', 'help wanted', 'enhancement') | |
| language | No | Filter issues by programming language | |
| order | No | Sort order (asc or desc) (default: desc for most recent first) | desc |
| page | No | Pagination page number (starts at 1) | |
| per_page | No | Number of records per page (default: 10) | |
| sort | No | Field to sort by (default: created_at). Use created_at for most recent issues first. | created_at |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that the tool 'returns information about issues including project details, descriptions, and links' and 'supports filtering, pagination, and sorting,' which adds useful context about output and capabilities. However, it doesn't cover critical aspects like rate limits, authentication needs, error handling, or data freshness, leaving gaps in behavioral understanding.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded, starting with the core purpose and following with usage examples and capabilities. Each sentence adds value, with no redundant information. However, it could be slightly more streamlined by integrating the capabilities into the initial statement.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (7 parameters, no annotations, no output schema), the description is moderately complete. It covers the purpose, output content, and supported features but lacks details on response format, error cases, or example outputs. Without an output schema, the agent must infer return values from the description alone, which is insufficient for full operational clarity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, so the baseline is 3. The description adds minimal parameter semantics beyond the schema, mentioning filtering, pagination, and sorting generically but not explaining specific parameter interactions or use cases. It doesn't compensate for schema gaps because there are none, but also doesn't enhance parameter understanding significantly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches for open source issues related to climate change and sustainability, specifying the resource (issues) and purpose (finding opportunities to contribute). It distinguishes the domain (climate/sustainability) but doesn't differentiate from siblings since none exist, making it clear but not fully optimized for sibling comparison.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides implied usage contexts ('to find opportunities to contribute,' 'explore issues,' 'discover projects') but lacks explicit guidance on when to use this tool versus alternatives. No exclusions or prerequisites are mentioned, leaving the agent to infer appropriate scenarios without clear boundaries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v1.0.0- First observed
search_climate_triage_issues
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool has a clear, distinct purpose focused on searching for climate-related open source issues.
Since there is only one tool, naming consistency is inherently perfect. The tool name follows a clear verb_noun pattern (search_climate_triage_issues), which would be consistent if more tools were added.
A single tool is too few for a server named 'ClimateTriage MCP Server', which suggests a broader scope of climate-related operations. The tool only handles searching, leaving obvious gaps like creating, updating, or managing issues, making the server feel incomplete and under-scoped.
The server is severely incomplete for its implied domain of climate triage. It only provides search functionality, with no tools for creating, updating, deleting, or analyzing issues, which are essential for a full triage workflow. This will likely cause agent failures when trying to perform comprehensive climate-related tasks.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Dive into the world of open-source with the GitHub Repo Explorer! Utilize the powerful GitHub
Access the GitHub API, enabling file operations, repository management, search functionality, and…
Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.
Search, read and create Linear issues, projects, teams and cycles.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables natural-language queries about public GitHub repositories, including issues, pull requests, repo metadata, and READMEs, via the GitHub API.5-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to discover, filter, and triage GitHub issues across repositories, with tools for fetching issue details, listing issues by state/labels, and finding related pull requests.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables LLM agents to search, read, and create GitHub issues and pull requests via natural language, using the GitHub API.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to list, search, and inspect issues on any public GitHub repository via natural language.MIT
Appeared in Searches
- A server for finding academic papers, reading summaries, and tracking latest publications
- Finding source code search tools similar to Probe
- A tool for SEO analysis and relevant keyword searches
- A server for accessing academic resources
- A search engine and analytics platform for managing and querying data
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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