ic_startup_post_news
ActiveTool of Immersive Commons
Append a SINGLE STRUCTURED PLAIN TEXT news item (title <=100, optional link, optional source) to your startup's profile. Content auto-publishes (no review queue). NO HTML — the title is plain-text defanged, the link is URL-validated. Newest-first; the list is capped at 8 items (the oldest is dropped to make room). Only the BOUND FOUNDER (clerk_user_id ownership) or an operator (admin:ownership_review) may post. AGENT TOKENS MUST BE SIGNATURE-ENFORCED. Returns { ok, item, news_count }. Required scope: startup:edit.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"slug",
"title"
],
"properties": {
"url": {
"type": "string",
"maxLength": 500,
"description": "Optional link (normalized)."
},
"slug": {
"type": "string",
"maxLength": 120,
"minLength": 1,
"description": "Immutable startup slug. Must already exist."
},
"title": {
"type": "string",
"maxLength": 100,
"minLength": 1,
"description": "News headline — STRUCTURED PLAIN TEXT (<=100 chars). No HTML."
},
"source": {
"type": "string",
"maxLength": 60,
"description": "Optional source label."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Immersive Commons
https://github.com/immersive-commons/ic-skills
1/7 registries