You're viewing a demo portfolio

Join the waitlist
PRSM

create_project

Active

Tool of SendIt

declared in 0.1.0

Create a Projects workspace for a product, app, or codebase.

Parameters schema

{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "sources": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "type": "string"
          },
          {
            "type": "object",
            "properties": {
              "url": {
                "type": "string"
              },
              "title": {
                "type": "string"
              },
              "fileName": {
                "type": "string"
              },
              "mimeType": {
                "type": "string"
              }
            },
            "additionalProperties": true
          }
        ]
      }
    },
    "team_id": {
      "type": "string",
      "description": "Optional team ID or slug. Ignored when using a team-scoped API key."
    },
    "category": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →