UnRemind.me Submit
Server Details
Send a reminder to anyone with a public UnRemind.me page. No account or token.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- esfih/unremind-me-mcp
- GitHub Stars
- 0
- Server Listing
- UnRemind.me MCP Server
Available Tools
2 toolsget_submission_guidanceHow submission worksARead-onlyInspect
Explains what happens to a submitted Unreminder, what makes one likely to be accepted, sending limits, and what else UnRemind.me offers agents. Call this if you are unsure whether or how to submit.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already set readOnlyHint=true, and the description is consistent with a read-only explanatory tool. It adds useful behavioral context by stating what the explanation covers, including acceptance factors and limits, beyond what the empty schema and annotations reveal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler: the first compactly lists the content areas, and the second gives an actionable call heuristic. The most important usage guidance is front-loaded and every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only guidance tool, this description is complete: it explains what the tool provides, why an agent would call it, and the condition under which it should be used. No return value is promised, and no output schema exists, so nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters and the schema fully covers that with an empty properties object, so there is no parameter ambiguity. The description adds no parameter information because none is needed; the baseline for zero-parameter tools applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb (Explains) and names the exact resource (a submitted Unreminder) and the topics covered: acceptance likelihood, sending limits, and additional offerings. It is clearly distinguished from the sibling submit_unreminder because it is the explanatory counterpart to actually submitting.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives an explicit call condition: 'Call this if you are unsure whether or how to submit.' The when-not case and the alternative submit_unreminder are implied rather than named, so it stops just short of fully explicit routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_unreminderSend someone an UnreminderAInspect
Sends a reminder to someone who has a public UnRemind.me page, on behalf of the person you are helping. It does NOT appear in the recipient's list immediately: it lands in their 'Submitted to you' queue for them to approve, edit or decline. You need the recipient's username, which the person you are helping will have — it is the last part of their page URL, e.g. unremind.me/johndoe. Do not guess a username: there is deliberately no lookup, and a wrong guess sends someone else's reminder to a stranger.
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Detail the recipient needs to act on it: context, links, what done looks like. Optional but strongly preferred — a bare title often gets declined. | |
| title | Yes | Short and action-oriented, e.g. 'Send the signed lease back'. This is what the recipient sees first. | |
| due_at | No | ISO 8601 with a UTC offset, e.g. 2026-09-02T14:00:00-04:00. Only set this if a real deadline was stated; an invented one is worse than none. | |
| page_key | No | Only needed if the recipient has made their page private. It is part of the link they shared. Omit otherwise. | |
| username | Yes | The recipient's UnRemind.me username — the last part of their page URL, e.g. 'johndoe' for unremind.me/johndoe. | |
| via_channel | No | How you are reaching us, e.g. 'Claude Code'. Shown to the recipient as the CHANNEL the person used, never as the sender. Optional. | |
| submitter_name | No | The name of the PERSON you are sending on behalf of — not your own name as an agent. The recipient sees this. Required UNLESS they have set it in this server's configuration. | |
| submitter_email | No | The sending person's email — how they receive the status link and the recipient's answer, and what lets them raise their sending allowance by signing in. Required UNLESS they have set it in this server's configuration. Ask them for it; never invent one. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are all false (no hints), so the description fully carries the burden. It discloses that the reminder lands in a 'Submitted to you' queue for approval rather than appearing immediately, explains that it is sent on behalf of the person and the recipient sees the submitter's name, and warns that there is no username lookup. These are important behavioral facts beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and front-loaded with the core behavior and timeline. Each sentence contributes meaningful information: the queue behavior, the username source, and the explicit warnings. No redundant or filler sentences; it is appropriately detailed for an 8-parameter tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 8 parameters and no output schema, the description covers the essential workflow, the on-behalf semantics, the queue mechanics, and all parameter pitfalls. It gives enough for an agent to safely call the tool without guessing usernames or inventing emails, which are the most likely errors. No critical gap remains.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the baseline is 3. The description adds substantial guidance beyond the schema: notes should be strongly preferred or risk declination, due_at should only be set if a real deadline exists, and submitter_email should never be invented and must be asked for. These add critical usage nuances that are not present in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb ('Sends a reminder'), a specific resource (someone with a public UnRemind.me page), and the on-behalf relationship. It also distinguishes itself from the sibling get_submission_guidance by being about the actual submission action. The queue behavior is mentioned, making it unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit context for when to use the tool: when the helper has the recipient's username from their page URL, and it strongly warns against guessing. It does not explicitly contrast with the sibling tool get_submission_guidance, but its purpose is clear. A brief note that get_submission_guidance is for crafting content would have pushed this to a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- First observed
get_submission_guidance - First observed
submit_unreminder
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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!
Related MCP Connectors
Publish plain-text posts at a public URL. No account, no sign-up.
Share text at a short URL. No account, no API key, expires within 7 days.
Share an HTML page or PDF as a short public link. No account or API key, expires on its own.
Cron-as-a-service MCP. Schedule prompts; when the cron fires we POST to your callback URL.
Related MCP Servers
- AlicenseAqualityDmaintenanceCreate and read burn-after-read encrypted notes. AES-256-GCM E2E encryption with self-destructing URLs for secure credential handoff between users and AI agents.2681MIT
- AlicenseBqualityDmaintenanceEnables scheduling and triggering reminders delivered via Slack or Telegram through natural language, using an external cron service to ensure delivery even when the server is offline.42315MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to publish HTML or Markdown to a public URL with a single HTTP POST, automatically converting Markdown to a styled webpage, with no account or setup required.71MIT
- AlicenseAqualityCmaintenanceLets you send push notifications to your phone via ntfy, enabling alerts from scheduled tasks or direct messages.2MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools have clearly distinct roles: one provides guidance and context, the other performs the single submission action. There is no overlap in purpose or confusion about which to call.
Both tool names follow a consistent snake_case verb_noun pattern: get_submission_guidance and submit_unreminder. The naming is predictable and aligned with their actions.
Two tools is technically sufficient for a narrow submit-focused server, but by the calibration it feels thin since there are only a guidance helper and one action. It is borderline but reasonable for the stated purpose.
Core submission workflow is covered: guidance before submitting and the submit action itself. Minor gap is the lack of any status or management tool for submitted reminders, but that appears outside the server's scope.