mcpserver.lol
registry/agenda-timer
Connection check verified live · 26h ago

agenda-timer

Meeting agenda timer for AI assistants: build agendas in chat, share a live synced countdown.

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

7 tools

Read from the running server on 26h ago.

add_block title*block_type*edit_token*descriptionafter_block_idduration_seconds*
Adds one block to an existing agenda. Appends it to the end, or inserts it directly after after_block_id when you supply one. Adds only — it does not reorder or change any existin…
create_agenda title*blocks*language
Creates a timed meeting agenda and returns the links that run it. Always reply to the user with BOTH links it returns. edit_url is the user's private control page — the only place…
get_agenda read-only edit_token*
Reads back the current state of an agenda, including the id of every block. Use this when you need block ids you do not already have — for example at the start of a new conversati…
remove_block can modify data block_id*edit_token*
Removes one block from an agenda. The remaining blocks keep their ids and their order. An agenda must keep at least one block, so this fails on the last one. Removing a block shor…
reorder_blocks block_ids*edit_token*
Puts the agenda's blocks into the order you give. block_ids must contain every current block id exactly once — none missing, none extra, none repeated. This only reorders: it cann…
update_agenda title*edit_token*
Changes the agenda's title. Does not touch any block — use the block tools for those. Returns the full updated agenda.
update_block titleblock_id*block_typeedit_token*descriptionduration_seconds
Changes one block, identified by block_id. Supply only the fields you want to change — anything you leave out keeps its current value exactly. Changes one block only: it does not…