en un clic
linked-urls
Linked Urls tools for Dataspheres AI
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Linked Urls tools for Dataspheres AI
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Local dev skill for the Dataspheres AI Content API. Wraps /api/v1/ REST endpoints for local-to-production content workflows. Use when the user wants to push pages, generate release notes from git log, list pages, or update content in a datasphere from their local machine.
Full newsletter lifecycle — create, configure all settings (frequency, personalization, AI model, web search, reply threading, plan mode wiring), manage subscribers, attach forms, draft and manage issues, preview personalized letters, enable private chat and email replies, and test in dev.
Drive the Dataspheres AI platform from Claude Code — read conversation history, post messages as the user (via API key), poll for ARI replies, read the Reality Engine debug log, update the plan and outcomes, and control orchestration flow. Use when you need Claude Code to interact with ARI or inspect/modify a running reality session.
Knowledge-graph tools for Dataspheres AI — build typed graphs, relate nodes with VISUAL or executable TASK edges, group into colored container bubbles, auto-detect article hero images, embed graphs in pages, run scheduled searches, and report.
Sequencers tools for Dataspheres AI
Manage Kanban tasks, plan modes, and project workflows in Dataspheres AI
| name | linked_urls |
| description | Linked Urls tools for Dataspheres AI |
Tool reference for this resource group, mirrored by hand from the platform live
/api/mcp/schemaschema.
add_linked_url — Add Linked URLCreates scrape and store a web url for a datasphere. Requires PARTICIPANT+ role in the datasphere. Required fields: url (string); datasphereId (string). Optional: refreshSchedule, notifyOnChange [default: false]. Show a preview of the operation and get explicit confirmation from the user before executing.
| Field | Type | Required | Description |
|---|---|---|---|
url | string | yes | URL to scrape |
datasphereId | string | yes | Datasphere ID |
refreshSchedule | string | no | Refresh schedule (ONE_TIME, DAILY, WEEKLY, MONTHLY) |
notifyOnChange | boolean | no | Notify when content changes |
delete_linked_url — Delete Linked URLDeletes delete a linked url and all its attachments. Requires MODERATOR+ role in the datasphere. Required fields: id (string). Show a preview of the operation and get explicit confirmation from the user before executing.
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Linked URL ID |
list_linked_urls — List Linked URLsRetrieves list all linked urls for a datasphere. Requires PARTICIPANT+ role in the datasphere. Required fields: datasphereId (string).
| Field | Type | Required | Description |
|---|---|---|---|
datasphereId | string | yes | Datasphere ID |
rescrape_linked_url — Re-scrape Linked URLCreates manually re-scrape a linked url to refresh its content. Requires MODERATOR+ role in the datasphere. Required fields: id (string).
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Linked URL ID |