maldives-gazette-mcp
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 |
|---|---|
| gazette_statusB | Check public Gazette reachability. |
| gazette_categoriesA | List Gazette categories. |
| search_gazetteC | Search public Gazette records. |
| get_gazetteC | Read one Gazette record. |
| browse_gazetteD | Browse a public Gazette path. |
| iulaan_categoriesA | List Iulaan categories. |
| translate_iulaan_queryC | Show standard Dhivehi Thaana query variants for an English phrase. |
| search_iulaanA | Search public Iulaan announcements; English queries are expanded into Dhivehi variants. |
| get_iulaanB | Read one Iulaan posting and its attachment links. |
| read_iulaan_attachmentC | Extract text from an official Iulaan PDF or DOCX attachment. |
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 10 tools
Each tool clearly targets either the Gazette or Iulaan domain with a distinct action (status, categories, search, get, etc.). No two tools appear to perform the same operation on the same resource, making misselection unlikely.
Tool names mix noun-verb and verb-noun patterns (e.g., gazette_categories vs search_gazette), and the prefix/suffix placement is inconsistent across the two domains. All names are readable and the verb is clear, but the convention is not uniform.
With 10 tools covering two related but distinct document types, the count is well-balanced for the server's purpose. Each tool serves a specific function and none feel redundant.
The tool set provides comprehensive read-only coverage: status checking, category listing, searching, fetching individual items, browsing, and reading attachments. Users can perform all necessary queries without notable gaps.