{
  "name": "get_project_by_name",
  "label": "Get Project by Name",
  "description": "Searches for a project in Zync by name.",
  "type": "search",
  "connection": { "$ref": "#/connection" },
  "parameters": [
    { "name": "name", "label": "Name", "type": "text", "required": true }
  ],
  "interface": {
    "output": [
      { "name": "id", "label": "Project ID", "type": "text" },
      { "name": "name", "label": "Name", "type": "text" },
      { "name": "customer_id", "label": "Customer ID", "type": "text" },
      { "name": "status", "label": "Status", "type": "text" },
      { "name": "created_at", "label": "Created At", "type": "date" }
    ]
  }
}
