Plane docs
ApiSchemas

ProviderToolName

One shape from the contract, as it appears on the wire.

Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions

Referenced from ProviderToolConfig

JSON Schema

{
  "type": "string",
  "enum": [
    "web_search",
    "web_fetch",
    "code_execution",
    "file_search",
    "image_generation",
    "computer_use",
    "memory"
  ]
}

On this page