mcp-server
Server Details
Agent-first meeting schedule polls for humans and agents. Create polls, vote, find times.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
6 toolsmeetlark_close_pollInspect
Close a poll to stop accepting new votes. Use the admin token from poll creation.
| Name | Required | Description | Default |
|---|---|---|---|
| adminToken | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | What is this poll for? | |
| timeSlots | Yes | Available time slots to vote on | |
| creatorName | No | Name of the poll creator | |
| description | No | Additional context for participants | |
| creatorEmail | Yes | Email 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.
| Name | Required | Description | Default |
|---|---|---|---|
| adminToken | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| participateToken | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| adminToken | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name to display in results | |
| Yes | Participant's email address (required). Used to identify returning voters and send confirmation email. | ||
| votes | Yes | Votes for each time slot | |
| participateToken | Yes | The prt_xxx token from the participation URL |
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail — every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control — enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management — store and rotate API keys and OAuth tokens in one place
Change alerts — get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption — public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics — see which tools are being used most, helping you prioritize development and documentation
Direct user feedback — users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!