create_project
ActiveTool 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"
}
}
}Parent server
com.framesail/framesail
1/7 registries