Skip to main content
Glama
sewon-supernova

relation-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RELATION_SUBDOMAINYesThe subdomain of your Re:lation instance (the part before .relationapp.jp)
RELATION_ACCESS_TOKENYesAPI access token generated from Re:lation admin UI
RELATION_MESSAGE_BOX_IDYesDefault 受信箱 ID (message box ID) used as default for operations

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 confirm_send: true. Without it the call is rejected. This guards against an agent accidentally firing a send during tool chaining.

Flow:

  1. Find the message to reply to (use get_ticket or search_tickets to find a message_id).

  2. Find the mail_account_id to send from (use list_mail_accounts).

  3. Call reply_mail with subject / body / to / status_cd / confirm_send.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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