You're viewing a demo portfolio

Join the waitlist
PRSM

publish_skill

Active

Tool of SimpleFunctions

declared in 1.0.0

Publish a skill to make it publicly browsable and forkable.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "apiKey",
    "skillId",
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Public URL slug (3-60 chars, lowercase, numbers, hyphens)"
    },
    "apiKey": {
      "type": "string",
      "description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
    },
    "skillId": {
      "type": "string",
      "description": "Skill ID to publish"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SimpleFunctions

https://github.com/spfunctions/simplefunctions-cli

2/7 registries
View full server →
publish_skill — SimpleFunctions — PRSM MCP