You're viewing a demo portfolio

Join the waitlist
PRSM

create_project

Active

Tool of com.framesail/framesail

declared in 1.27.2

Create a project. The description (the video concept/topic) seeds script generation, so write a meaningful one. The response's web_url is the project's page in the web app — share it so the user can follow along.

Parameters schema

{
  "type": "object",
  "title": "create_projectArguments",
  "required": [
    "channel_id",
    "title"
  ],
  "properties": {
    "title": {
      "type": "string",
      "title": "Title",
      "description": "Project title shown in the app"
    },
    "channel_id": {
      "type": "string",
      "title": "Channel Id",
      "description": "ID of the channel to create the project in, from list_channels or create_channel"
    },
    "description": {
      "type": "string",
      "title": "Description",
      "default": "",
      "description": "The video concept/topic; seeds script generation, so make it specific and meaningful"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.framesail/framesail

1/7 registries
View full server →
create_project — com.framesail/framesail — PRSM MCP