Skip to main content
Glama

Server Details

Read SMS, WhatsApp, email, contacts and audiences from your Bird workspace, plus safe CRM writes.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
m190/usefulapi-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

16 tools
bird_create_audienceCreate an audience
Destructive
Inspect

Creates an audience (contact list) in Bird — additive, sends no message. Static audiences start empty. Bird API: POST /v1/audiences.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name for the audience.
typeNoHow members are determined. Only `static` is generally available.
descriptionNoLonger description of who this audience is.
bird_create_contactCreate a contact
Destructive
Inspect

Creates a contact (CRM record) in Bird — additive, sends no message. Contacts are unique by email. Bird API: POST /v1/contacts.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataNoCustom property values. Each key must be a property created via the contact-properties API; values match the property's declared type.
emailYesThe contact's email address (unique within the workspace).
last_nameNoThe contact's last name.
first_nameNoThe contact's first name.
external_idNoYour own identifier for this contact (unique within the workspace).
bird_get_audienceGet an audience
Read-only
Inspect

Fetch a single audience by id. Bird API: GET /v1/audiences/{audience_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
audience_idYesAudience id.
bird_get_contactGet a contact
Read-only
Inspect

Fetch a single contact by id. Bird API: GET /v1/contacts/{contact_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
contact_idYesContact id.
bird_get_email_messageGet an email message
Read-only
Inspect

Fetch a single email message by id. Bird API: GET /v1/email/messages/{message_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
message_idYesEmail message id.
bird_get_sms_messageGet an SMS message
Read-only
Inspect

Fetch a single SMS message by id. Bird API: GET /v1/sms/messages/{message_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
message_idYesSMS message id.
bird_get_whatsapp_messageGet a WhatsApp message
Read-only
Inspect

Fetch a single WhatsApp message by id. Bird API: GET /v1/whatsapp/messages/{message_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
message_idYesWhatsApp message id.
bird_list_audience_contactsList an audience's contacts
Read-only
Inspect

List the contacts that belong to a static audience, as a cursor page. Bird API: GET /v1/audiences/{audience_id}/contacts.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax items per page.
audience_idYesAudience id.
starting_afterNoCursor from a previous response's `next_cursor` field, to fetch the next page.
bird_list_audiencesList audiences
Read-only
Inspect

List audiences (contact lists) in the workspace, newest first, as a cursor page. Bird API: GET /v1/audiences.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax items per page.
starting_afterNoCursor from a previous response's `next_cursor` field, to fetch the next page.
bird_list_contact_propertiesList contact properties
Read-only
Inspect

List the custom contact-property definitions (schema) for the workspace. Bird API: GET /v1/contact-properties.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax items per page.
starting_afterNoCursor from a previous response's `next_cursor` field, to fetch the next page.
bird_list_contactsList contacts
Read-only
Inspect

List contacts (CRM records) in the workspace, newest first, as a cursor page. Bird API: GET /v1/contacts.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax items per page.
starting_afterNoCursor from a previous response's `next_cursor` field, to fetch the next page.
bird_list_email_messagesList email messages
Read-only
Inspect

List email messages sent from the workspace, newest first, as a cursor page. Bird API: GET /v1/email/messages.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax items per page.
starting_afterNoCursor from a previous response's `next_cursor` field, to fetch the next page.
bird_list_sms_messagesList SMS messages
Read-only
Inspect

List SMS messages (inbound + outbound) for the workspace, newest first, as a cursor page. Bird API: GET /v1/sms/messages.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax items per page.
starting_afterNoCursor from a previous response's `next_cursor` field, to fetch the next page.
bird_list_sms_templatesList SMS templates
Read-only
Inspect

List the SMS templates available to the workspace (Bird built-ins + your own). Bird API: GET /v1/sms/templates.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoFilter by scope.
categoryNoFilter by category.
languageNoKeep only templates in this BCP-47 language tag.
bird_list_whatsapp_messagesList WhatsApp messages
Read-only
Inspect

List WhatsApp messages (inbound + outbound) for the workspace, newest first, as a cursor page. Bird API: GET /v1/whatsapp/messages.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax items per page.
starting_afterNoCursor from a previous response's `next_cursor` field, to fetch the next page.
bird_list_whatsapp_templatesList WhatsApp templates
Read-only
Inspect

List the WhatsApp message templates available to the workspace. Bird API: GET /v1/whatsapp/templates.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.