ileti-merkezi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ILETI_SECRET | Yes | Secret key from Ileti Merkezi | |
| ILETI_API_KEY | Yes | API key from Ileti Merkezi panel |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_smsC | Send a single SMS message |
| send_bulk_smsC | Send SMS to multiple recipients |
| get_sms_reportB | Get delivery report for a sent SMS |
| get_balanceA | Get account balance and SMS credits |
| list_sendersC | List approved sender names |
| create_contact_groupB | Create a new contact group |
| add_contactsB | Add contacts to a group |
| get_blacklistC | Get blacklisted phone numbers |
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 8 tools
Each tool has a distinct purpose: sending SMS (single vs. bulk), managing contacts and groups, checking balance, blacklist, sender names, and reports. No overlap.
All tools follow a consistent verb_noun pattern in snake_case (e.g., send_sms, get_balance, add_contacts). Verbs and nouns are clear and predictable.
8 tools is well-scoped for an SMS service, covering sending, contacts, groups, balance, blacklist, senders, and reports without being overwhelming.
Core SMS workflows are covered, but there are minor gaps: no individual contact creation, no update/delete for contacts or groups, and no add/remove for senders or blacklist.