relation-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RELATION_SUBDOMAIN | Yes | The subdomain of your Re:lation instance (the part before .relationapp.jp) | |
| RELATION_ACCESS_TOKEN | Yes | API access token generated from Re:lation admin UI | |
| RELATION_MESSAGE_BOX_ID | Yes | Default 受信箱 ID (message box ID) used as default for operations |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_ticketsC | Search tickets by status, label, assignee, date range, and free-text query. Returns a paginated list. |
| get_ticketA | Fetch a single ticket by ticket_id, including all messages and metadata. |
| update_ticketB | Update ticket status, assignee, labels, color, or pending reason. Only provided fields are changed. |
| reply_mailA | Send an email reply on a Re:lation ticket. The email goes directly to the customer. Safety: you MUST pass Flow:
After a successful send the returned object contains the new message_id and ticket_id. |
| list_mail_accountsA | List the mail accounts (送信元) configured for a message_box. Use this to discover mail_account_id before calling reply_mail. |
| create_recordA | Create an internal "応対メモ" on a ticket. Visible only to the support team; the end customer never sees it. Use this for triage notes, investigation context, or handoff messages. |
| create_commentA | Post a team comment to a ticket. Not visible to the customer — used for internal discussion. |
| search_customersB | Search customers in the address book by email, phone, name, or company. |
| get_customerB | Fetch a single customer (address-book entry) by id. |
| list_labelsB | List all labels configured for a message_box. Useful before calling update_ticket with label_ids. |
| list_usersC | List operator users who can be assigned to tickets. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/sewon-supernova/relation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server