Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (debug, info, warn, error)info
GITHUB_TOKENNoGitHub personal access token
RESEND_API_KEYNoResend API key (re_...)
SLACK_BOT_TOKENNoSlack bot token (xoxb-...)
STRIPE_SECRET_KEYNoStripe secret key (sk_test_... or sk_live_...)
TWILIO_AUTH_TOKENNoTwilio Auth Token
TWILIO_ACCOUNT_SIDNoTwilio Account SID (AC...)
TWILIO_PHONE_NUMBERNoTwilio phone number (e.g., +1234567890)

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
stripe_list_customersB

List Stripe customers with optional filters. Returns customer ID, name, email, and metadata.

stripe_create_customerA

Create a new Stripe customer with name, email, phone, and optional metadata. Returns the created customer object.

stripe_create_payment_linkA

Create a Stripe Payment Link for a given price. Returns a shareable URL that customers can use to pay.

stripe_check_subscriptionA

Check the subscription status for a Stripe customer. Returns active subscriptions with plan details, billing period, and current status.

stripe_create_invoiceC

Create and optionally finalize/send an invoice for a Stripe customer. Add line items with descriptions and amounts.

stripe_issue_refundA

Issue a full or partial refund for a Stripe charge or payment intent. Returns refund details and status.

stripe_get_balanceA

Get the current Stripe account balance. Shows available and pending funds across all currencies.

stripe_list_productsA

List Stripe products with their prices. Useful for browsing your catalog or finding Price IDs for payment links.

twilio_send_smsA

Send an SMS message via Twilio. Returns the message SID, status, and price estimate.

twilio_check_message_statusB

Check the delivery status of a previously sent Twilio SMS message. Returns current status, error info (if any), and pricing.

twilio_list_messagesB

List recent SMS messages with optional filters. View sent and received message history with status and pricing.

twilio_make_callB

Initiate an outbound voice call via Twilio. The call is connected and plays the specified TwiML or reads text aloud via text-to-speech.

resend_send_emailB

Send a transactional email via Resend. Supports plain text and HTML content, multiple recipients, CC, BCC, reply-to, and custom headers.

resend_get_emailA

Retrieve details and delivery status of a previously sent email. Returns metadata including delivery timestamps and any error information.

resend_send_batchA

Send a batch of up to 100 emails in a single API call.

github_list_reposA

List GitHub repositories for the authenticated user or a specific user/org. Returns repo name, description, stars, language, and visibility.

github_get_repo_infoA

Get detailed information about a GitHub repository including stats, languages, recent commits, and contributor count.

github_create_issueB

Create a new issue in a GitHub repository. Supports labels, assignees, and milestone.

github_list_issuesC

List and filter issues in a GitHub repository. Supports state, label, assignee, and keyword search.

github_create_pull_requestB

Create a pull request in a GitHub repository. Specify source and target branches, title, and body.

slack_send_messageA

Send a message to a Slack channel or DM. Supports plain text, Markdown (mrkdwn), and thread replies.

slack_list_channelsA

List Slack channels the bot has access to. Returns channel name, ID, topic, member count, and purpose.

slack_set_topicB

Set or update the topic of a Slack channel.

slack_add_reactionA

Add an emoji reaction to a Slack message. Useful for acknowledgements, approvals, or status updates.

Prompts

Interactive templates invoked by user choice

NameDescription
onboard_customerWorkflow: Create Stripe customer → Send welcome email → Notify Slack
invoice_reminderWorkflow: Check subscription status → Create invoice → SMS/Email customer
incident_reportWorkflow: Create GitHub issue → Notify Slack → Email stakeholders
new_releaseWorkflow: Get repo info → Create issue → Announce on Slack

Resources

Contextual data attached and managed by the client

NameDescription
stripe-balanceCurrent Stripe account balance
stripe-chargesLast 10 Stripe charges

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/hackerxj2010/mcp-saas-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server