updates
Corduroy Labs studio updates over MCP: listupdates and getupdate, backed by the site's JSON Feed.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Corduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| list_updates | List Corduroy Labs blog updates, newest first. Args: limit: optional maximum number of items to return. Returns: A list of update summaries with: slug, title, url, date_published, summary, and optionally tags, location, image. |
| get_update | Fetch one Corduroy Labs update in full by its slug. Args: slug: the update's slug (e.g. "the-studio-machine-readable"). Obtain slugs from list_updates(). Returns: A dict with slug, title, url, date_published, summary, content_html, and optionally tags, location, image. |