You're viewing a demo portfolio

Join the waitlist
PRSM

ic_startup_post_news

Active

Tool of Immersive Commons

declared in 1.31.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Immersive Commons

https://github.com/immersive-commons/ic-skills

1/7 registries
View full server →