Skip to main content
Glama

Server Details

Agent-first meeting schedule polls for humans and agents. Create polls, vote, find times.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
meetlark_close_pollInspect

Close a poll to stop accepting new votes. Use the admin token from poll creation.

ParametersJSON Schema
NameRequiredDescriptionDefault
adminTokenYesThe adm_xxx token from poll creation
meetlark_create_pollInspect

Create a scheduling poll to find a time that works for a group. Returns an admin URL (keep private) and a participation URL (share with participants). The creator's email must be verified -- if not yet verified, a verification email is sent automatically. Ask the user to check their inbox and click the link, then retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesWhat is this poll for?
timeSlotsYesAvailable time slots to vote on
creatorNameNoName of the poll creator
descriptionNoAdditional context for participants
creatorEmailYesEmail address of the poll creator
meetlark_get_admin_viewInspect

Get full poll details including all votes and participants. This is the only way to see who voted and how they voted. Returns poll info, time slots, every participant's votes (yes/maybe/no per slot), participant emails, and admin URLs. Use the admin token from poll creation. Use this to check vote status or results.

ParametersJSON Schema
NameRequiredDescriptionDefault
adminTokenYesThe adm_xxx token from poll creation
meetlark_get_resultsInspect

Get poll details and available time slots using a participation token. Returns the poll title, description, status, and time slots -- but NOT votes or participant data. This is the view a participant sees before voting. To see who voted and how, use meetlark_get_admin_view instead.

ParametersJSON Schema
NameRequiredDescriptionDefault
participateTokenYesThe prt_xxx token from the participation URL
meetlark_reopen_pollInspect

Reopen a previously closed poll to accept votes again. Use the admin token from poll creation.

ParametersJSON Schema
NameRequiredDescriptionDefault
adminTokenYesThe adm_xxx token from poll creation
meetlark_voteInspect

Cast a vote on a scheduling poll. Each time slot can be voted yes, maybe, or no. Requires participant name and email. Use the participation token from the poll's participate URL. If the email matches a previous voter on this poll, their response is updated instead of creating a duplicate.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesName to display in results
emailYesParticipant's email address (required). Used to identify returning voters and send confirmation email.
votesYesVotes for each time slot
participateTokenYesThe prt_xxx token from the participation URL

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

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.