{
  "properties": {
    "limit": {
      "default": 20,
      "description": "Max results (default 20, max 100)",
      "maximum": 100,
      "minimum": 1,
      "title": "Limit",
      "type": "integer"
    },
    "offset": {
      "default": 0,
      "description": "Skip N results for pagination",
      "title": "Offset",
      "type": "integer"
    },
    "project_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Filter to strategies in a specific research project. REQUIRED when scoping results to a project \u2014 without this, results are a global recent list and MUST NOT be narrated to the user as project-scoped.",
      "title": "Project Id"
    },
    "status": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Filter by status: \"ready\" or \"draft\"",
      "title": "Status"
    },
    "symbol": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Filter by symbol (e.g. \"SPY\")",
      "title": "Symbol"
    }
  },
  "title": "builder_list_strategiesArguments",
  "type": "object"
}
