updates
Corduroy Labs studio updates over MCP: listupdates and getupdate, backed by the site's JSON Feed.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Corduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |