{
  "protocolVersion": "0.3.0",
  "name": "Feedback Fiona | Squidgy Feedback Specialist",
  "description": "Product feedback collector and classifier. Input: natural language feedback (bug reports, feature requests, suggestions, general feedback). Output: structured feedback record with type classification, severity rating, priority score, and duplicate detection against existing feedback. Stores results in database. Stateless per interaction. Best used as a feedback intake endpoint for user-facing products.",
  "url": "https://squidgy.ai/agents/feedback_fiona",
  "provider": {
    "organization": "Squidgy",
    "url": "https://squidgy.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "a2a": true,
    "mcp": true
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "tokenUrl": "https://squidgy.ai/api/auth/agent-token",
    "instructions": "Obtain a bearer token via the Squidgy API or Anyport TokenRouter. Include as Authorization: Bearer <token> header."
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "feedback-collection-workflow",
      "name": "Feedback Collection Workflow",
      "description": "Guiding the user through natural conversation to capture full feedback.",
      "tags": [
        "squidgy",
        "feedback_fiona"
      ],
      "examples": [
        "Report a bug 🐛",
        "Request a feature ✨",
        "Share a suggestion 💡",
        "General feedback 💬"
      ]
    },
    {
      "id": "feedback-classification",
      "name": "Feedback Classification",
      "description": "Auto-detecting the feedback type and assigning a confidence score.",
      "tags": [
        "squidgy",
        "feedback_fiona"
      ],
      "examples": []
    },
    {
      "id": "similarity-detection-&-priority-scoring",
      "name": "Similarity Detection & Priority Scoring",
      "description": "Searching for duplicates, calculating and recalculating priority score.",
      "tags": [
        "squidgy",
        "feedback_fiona"
      ],
      "examples": []
    },
    {
      "id": "file-attachment-handling",
      "name": "File Attachment Handling",
      "description": "Extracting file URLs from messages and attaching them to feedback and Linear tasks.",
      "tags": [
        "squidgy",
        "feedback_fiona"
      ],
      "examples": []
    },
    {
      "id": "user-journey-map",
      "name": "User Journey Map",
      "description": "Complete map of what regular users see after login - all pages, features, and workflows.",
      "tags": [
        "squidgy",
        "feedback_fiona"
      ],
      "examples": []
    }
  ],
  "relatedAgents": [
    {
      "name": "AI-Readiness Auditor | Squidgy Tool Agent",
      "url": "https://squidgy.ai/agents/tools_ai_readiness_audit",
      "description": "Audit product surfaces after feedback identifies UX gaps"
    }
  ],
  "endpoints": {
    "a2a": "https://squidgy.ai/api/a2a/feedback_fiona",
    "mcp": "https://mcp.squidgy.ai/feedback_fiona",
    "chat": "https://squidgy.ai/api/embed/chat"
  },
  "pricing": {
    "model": "per-message",
    "details": "Free during beta. Usage-based pricing via Anyport metering coming soon."
  },
  "documentationUrl": "https://squidgy.ai/agents/feedback_fiona",
  "iconUrl": "https://squidgy.ai/Squidgy AI Assistants Avatars/17.png",
  "metadata": {
    "category": "support",
    "specialization": "Feedback Collection & Analysis Expert",
    "tags": [
      "squidgy",
      "feedback_fiona",
      "support",
      "feedback-collection-&-analysis-expert"
    ]
  }
}