Plane docs
ApiSchemas

BuiltinToolConfig

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 ToolConfig

JSON Schema

{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "builtin"
      ]
    },
    "name": {
      "$ref": "#/components/schemas/BuiltinToolName"
    }
  },
  "required": [
    "type",
    "name"
  ],
  "additionalProperties": false
}

On this page