Skip to main content
Glama

CountLink

Server Details

Shared countdown timers that stay in sync on every screen — no account, any number of viewers.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mrbrunocode/countlink
GitHub Stars
0

Available Tools

4 tools
create_agendaCreate a chained agenda of timed segmentsA
Read-only
Inspect

Create a CountLink agenda: an ordered sequence of named, timed segments (intro, talk, break, Q&A) that starts now and advances from one to the next on its own, on every screen that opens the link, with no server involved. Use this when someone describes a meeting, workshop, lesson or event as a sequence of parts with lengths — including when they give you a total and a list of topics and expect you to split it ("an hour, four topics"): do the split yourself, then pass the resulting segments here. By default it starts immediately; pass start_at for something scheduled ahead ("our workshop starts at 9:15 tomorrow") — the link works right away, showing a live countdown to the start rather than the first segment, and switches over on its own at the scheduled instant, in sync on every screen that opened it. Returns the shared link plus a run sheet with the wall-clock start and end of each segment, and an .ics calendar file (one event per segment) in structuredContent.ics — offer it if the person might want the agenda on their calendar. For a single countdown use create_timer instead.

ParametersJSON Schema
NameRequiredDescriptionDefault
segmentsYesThe segments in running order. Each has a duration (same grammar as create_timer: "10m", "1h", "90s", "5:00", or a plain number of minutes) and an optional short label. 1–24 segments; the whole agenda must fit in 99h59m59s.
start_atNoOptional ISO-8601 instant for a scheduled start, e.g. "2026-09-08T09:15:00Z" or with a local offset like "2026-09-08T09:15:00+01:00". Omit to start immediately. A start_at already in the past is just treated as already running from that instant.

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Even with readOnlyHint and destructiveHint annotations already present, the description adds meaningful behavioral detail: it starts immediately by default, advances automatically and in sync on every screen, involves no server, and shows a live countdown before a scheduled start. It also discloses the return payload including the .ics calendar file, with no contradiction to the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Although the description is a single long paragraph, every sentence carries information: core behavior, when-to-use, splitting instruction, start_at semantics, return artifacts, calendar offer, and sibling alternative. It is front-loaded with the primary purpose and contains no filler or tautology.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is sufficient on its own despite the lack of an output schema: it states what is returned (shared link, run sheet, .ics in structuredContent.ics), how to offer the calendar artifact, what happens for scheduled starts, and which sibling is appropriate for a single countdown. Nothing needed to invoke it correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3; the description goes beyond the schema by explaining how to obtain the segments from a user's total-and-topics phrasing and by giving a concrete scheduled-start trigger ('our workshop starts at 9:15 tomorrow'). The actual duration grammar is already documented in the schema, so the description adds usage context rather than duplicating syntax.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description leads with a specific verb-resource pair ('Create a CountLink agenda') and defines exactly what the resource is: an ordered sequence of named, timed segments that auto-advances. It also distinguishes itself from the sibling by explicitly saying 'For a single countdown use create_timer instead.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit when-to-use guidance: a meeting, workshop, lesson, or event described as parts with lengths, including the case where the user provides a total and topics and the agent must split it. It also names the alternative (create_timer) and covers the scheduled-start case with 'pass start_at for something scheduled ahead.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

create_badgeCreate a countdown badge for a README, forum post or similarA
Read-only
Inspect

Create a countdown badge — a small image, not an — for places embed_on_website's iframe cannot go: a GitHub README, a forum signature, a Notion page, anywhere only plain Markdown or a bare is allowed. Shows coarse time remaining (e.g. "3d 04h left", not a live ticking clock — most places that embed images fetch and cache them server-side, so a promise of live ticking would be false) and links through to the real, precise, live countdown. Returns both a Markdown snippet and an HTML snippet; use whichever the destination accepts. Always returns the image wrapped in a link to the live countdown — never ask for or produce just the bare image, since the link is what makes this a genuine attribution rather than an untethered picture.

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoOptional short name shown on the badge, e.g. "Launch" or "CFP closes".
durationYesHow long the timer runs. Accepts "25m", "1h30m", "90s", "5:00", "1:30:00", or a plain number read as minutes ("45"). Maximum 99h59m59s.
badge_styleNoVisual style: "board" (default, dark), "minimal" (no background — blends into any page) or "light".

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description reveals important behavior: the badge shows coarse time rather than a live clock, the reason is server-side caching, the returned value is both a Markdown and HTML snippet, and the image is always wrapped in a link. This transparently sets expectations and prevents misuse. There is no contradiction with the annotations: returning generated snippets is consistent with a read-only hint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average, but it is dense and every sentence earns its place: it explains the core distinction from an iframe, the coarse-time behavior, the caching rationale, the return format, and the mandatory link. It could be trimmed slightly, but the extra length is justified by the behavioral nuance and the prevention of incorrect use.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema, the description does a good job of explaining what the agent will get (Markdown and HTML snippets), how to choose between them, what the badge will and will not do (coarse, not ticking), and the non-negotiable link wrapping. The only minor gap is not explaining whether the countdown starts at call time, but the schema's duration semantics make that reasonably inferrable. The description is complete enough for correct selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema coverage is 100%, and each parameter already has a clear description. The tool description does not add any new per-parameter syntax or constraints, so the baseline of 3 is appropriate. It does reinforce the output semantics ('coarse time remaining') but not anything about the duration format, label, or badge_style beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb-object pair ('create a countdown badge') and immediately clarifies what it is not ('a small image, not an <iframe>'). It names the resource, the output form (Markdown/HTML snippets), and the intended use context (GitHub README, forum signature, Notion page), making it easy to distinguish from sibling and neighboring tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when to use this tool ('for places embed_on_website's iframe cannot go') and even names that alternative. It also gives firm behavioral instructions: 'Always returns the image wrapped in a link to the live countdown — never ask for or produce just the bare image.' It warns against a false expectation (live ticking) and tells the agent to choose whichever snippet the destination accepts. This is strong routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

create_timerCreate a shared countdown timerA
Read-only
Inspect

Create a CountLink shared countdown timer and return its link. Everyone who opens the link sees the identical countdown, to the same second — no account, no sign-up, any number of viewers. Use this whenever someone wants a timer several people or several screens need to share: a classroom, an exam, a standup, a workshop, a webinar countdown, a stream overlay, or a countdown embedded on someone's own website or landing page (e.g. "10 days until launch"). By default it returns a setup link, which opens the board preloaded at the requested duration for the user to start themselves; pass start_now: true only if they want the countdown running from this moment. Whenever the result has a fixed end instant (start_now or embed_on_website), structuredContent.ics is an .ics calendar file for it — offer it if the person might want the deadline on their calendar.

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoOptional name shown on the board, e.g. "Exam" or "Break". Keep it short.
durationYesHow long the timer runs. Accepts "25m", "1h30m", "90s", "5:00", "1:30:00", or a plain number read as minutes ("45"). Maximum 99h59m59s.
start_nowNoFalse (default) returns a setup link the user starts themselves — correct for a timer that should begin later, and for anything being written down in advance. True returns a link for a countdown already running from now, fixed to one instant so every viewer is in sync; only use it when the timer should start immediately.
embed_styleNoBoard style for embed_on_website: "board" (default, dark split-flap), "minimal" (plain digits) or "light". Ignored otherwise.
embed_widthNoPixel width of the embedded iframe when embed_on_website is true. 160–1600, default 400. Ignored otherwise.
embed_heightNoPixel height of the embedded iframe when embed_on_website is true. 80–900, default 160. Ignored otherwise.
for_obs_overlayNoTrue returns a URL to paste into OBS (or any streaming tool) as a Browser Source: a transparent background with just the digits, which starts counting as soon as the scene loads. Use it when someone wants a countdown on their stream. Do not give an overlay URL to several people to open — it starts fresh for whoever loads it; for that, call this again without the flag and share that link instead. Mutually exclusive with embed_on_website.
embed_on_websiteNoTrue returns ready-to-paste <iframe> HTML for embedding a countdown on someone's OWN website or landing page — e.g. a launch-day countdown on a marketing page. Unlike for_obs_overlay, this is a fixed instant every visitor to that page sees identically (not a per-visitor restart), and free with no watermark option — the only requirement is a small attribution line under the widget linking back to CountLink, which the returned HTML already includes. Use this whenever someone asks for a countdown to put ON their own site/page, as opposed to a link to share with other people directly. Mutually exclusive with for_obs_overlay.

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide only a minimal safety profile (readOnlyHint=true, destructiveHint=false), so the description carries the behavioral burden and exceeds it: no acccount/no sign-up, every viewer sees the identical countdown to the same second, setup-link-vs-running-link semantics, and the conditional .ics disclosure with an offer hint. It also surfaces two non-obvious gotchas — the OBS overlay starts fresh for whoever loads it, and embeds require an attribution line — which no annotation or schema could convey. The readOnlyHint sits awkwardly beside 'Create,' but the description never misrepresents side effects: this is non-destructive link generation, not mutation of existing data, so no contridiction is flagged.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core sentence is front-loaded ('Create a CountLink shared countdown timer and return its link'), followed by scope, then mode-by-mode guidance. The enumerate of settings (classroom, exam, standup, workshop, webinar, stream, landing page) is slightly redundant but fnctional for an agent judging applicability. At roughly 200 words for an 8-parameter, 4-mode tool, the length is earned rather than padded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a high-complexity tool with 8 parameters, four output modes, and no output schema, the description covers the setup-link default, start_now behavior, embed_on_website, for_obs_overlay, and the conditional .ics offer, including mutual exclusions. The only real gap is the exact return shape beyond 'its link' and structuredContent.ics — with no output schema, a fuller return description would help — but the sibling describe_timer_link covers downstream inspection, and the description is otherwise complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3; the description adds real meaning on top by tying parameters to outcomes — start_now: true yields a 'fixed end instant' that triggers the .ics offer, and embed_on_website gains its attribution requirement while for_obs_overlay gains its per-loader-restart warning. It does not restate the schema's format docs (duration syntax, pixel ranges), which are already thorough, so the extra value is conditional context rather than repetition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The opening sentence states a specific verb and resource: 'Create a CountLink shared countdown timer and return its link,' which immediately sets the deliverable (a shareable link). The sibling names (create_agenda, create_badge, describe_timer_link) are clearly different resources or a read operation, so the tool is easily distingushed without opening schemas. The rest of the description reinforces the core 'shared countdown' semantics that are the tool's reason for existing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description opens with an explicit when-to-use directive: 'Use this whenever someone wants a timer several people or several screens need to share,' backed by concrete settings (classroom, exam, standup, webinar, stream overlay, web embed). It also routes between internal variants — setup link vs start_now: true, embed_on_website vs for_obs_overlay — with explicit exclusions such as 'Do not give an overlay URL to several people to open' and the mutual-exclusivity note. This is guidance an agent can act on without inference.

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.

  1. 4 tool updates
    • First observedcreate_agenda
    • First observedcreate_badge
    • First observedcreate_timer
    • First observeddescribe_timer_link

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    C
    maintenance
    Enables local time tracking for Jira cards/subtasks with a stopwatch, breaks, corrections, manual logging, and reports, storing data in a local JSON file without depending on the Jira API.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables local-first time tracking with timers and time entries stored in a SQLite database that sync to Intervals in the background, with local-only reporting and queries.
    18
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides Unix timestamp conversion, current UTC time, and relative time tools. Works offline without API keys.
    16
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides high-accuracy time information by querying multiple NTP servers for consensus time, and comprehensive timezone support using IANA tzdata for conversions, DST handling, and clock drift detection independent of system time.
    7
    3
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool targets a distinct artifact: agendas, timer links, badge images, and link inspection. The descriptions include explicit cross-references (e.g. "For a single countdown use create_timer instead"), so an agent can reliably pick the right tool.

Naming Consistency5/5

All tool names follow the same snake_case verb_noun pattern: create_agenda, create_badge, create_timer, and describe_timer_link. There are no mixed casing styles or inconsistent verb conventions.

Tool Count5/5

Four tools is a well-scoped set for this server: one creation tool per core artifact type plus a link inspector. Each tool has a clear purpose and none feel redundant.

Completeness4/5

The core workflows—creating shared countdowns, agendas, and badges, and inspecting CountLink URLs—are covered. Minor gaps exist: there is no explicit iframe-embed tool even though create_badge references embed_on_website's iframe, and describe_timer_link doesn't mention agenda links, but agents can often work around these with the returned links and snippets.