ifrc-go-admin-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_completed_drefsB | Retrieve completed DREF (Disaster Relief Emergency Fund) operations |
| get_ongoing_drefsB | Get currently active DREF operations |
| get_appealsC | Access humanitarian appeals for funding |
| get_emergenciesB | Query emergency events and disasters |
| search_drefs_by_countryA | Find DREF operations by country ISO code |
| search_drefs_by_disaster_typeA | Search DREF operations by disaster type (flood, earthquake, cyclone, etc.) |
| get_dref_statisticsB | Get summary statistics about DREF operations |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct resource or filter: completed vs ongoing DREFs, appeals, emergencies, country-specific and disaster-type-specific DREF searches, and aggregate statistics. There is no overlap or risk of misselection.
All tools follow a clear verb_noun pattern with 'get_' for direct retrieval and 'search_' for filtered queries, followed by the target object. The naming is predictable and uniform.
Seven tools is a well-scoped set for a read-only IFRC query server, covering core DREF operations, appeals, emergencies, and search/statistics without unnecessary bloat.
The surface covers listing, searching, and statistics for DREF operations, plus appeals and emergencies. Minor gaps exist (e.g., no get single DREF by ID, no appeals search), but the main read workflows are complete.