{
  "protocolVersion": "0.3.0",
  "name": "ProductManagementJob.com",
  "description": "Agent access to product manager job listings, internships, PM interview questions, salary guides and career articles from ProductManagementJob.com. Covers India, USA, Canada, UK, Germany, France, Australia, Ireland, UAE and remote roles, updated daily.",
  "version": "1.0.0",
  "url": "https://productmanagementjob.com/api/v1",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://productmanagementjob.com/openapi.json",
  "iconUrl": "https://productmanagementjob.com/favicon.png",
  "provider": {
    "organization": "ProductManagementJob.com",
    "url": "https://productmanagementjob.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "securitySchemes": {
    "public": {
      "type": "http",
      "scheme": "none",
      "description": "All read endpoints are public. Rate limit: 120 requests per minute per IP; exceeding it returns HTTP 429 with a Retry-After header."
    }
  },
  "security": [],
  "additionalInterfaces": [
    { "url": "https://productmanagementjob.com/api/v1", "transport": "HTTP+JSON" },
    { "url": "https://productmanagementjob.com/mcp", "transport": "MCP" }
  ],
  "skills": [
    {
      "id": "search_pm_jobs",
      "name": "Search product manager jobs",
      "description": "Find PM, APM, Senior PM, Director of Product and PM internship openings by keyword, country, posting date, experience level or employment type.",
      "tags": ["jobs", "hiring", "product management", "internships"],
      "examples": [
        "Find senior product manager jobs in India posted this week",
        "List remote APM internships",
        "GET https://productmanagementjob.com/api/v1/jobs?country=usa&type=Internship&limit=20"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "search_interview_questions",
      "name": "Search PM interview questions",
      "description": "Search 2,900+ product management interview questions by free text, category (estimation, product strategy, metrics, behavioral) or hiring company.",
      "tags": ["interview", "preparation", "product management"],
      "examples": [
        "Show Google product strategy interview questions",
        "GET https://productmanagementjob.com/api/v1/interview-questions?company=Google&limit=10"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "read_career_guides",
      "name": "Read PM career guides",
      "description": "List and read full-text product management career guides covering salaries, resumes, ATS optimisation and breaking into product management.",
      "tags": ["content", "career", "guides"],
      "examples": [
        "GET https://productmanagementjob.com/api/v1/blog-posts",
        "GET https://productmanagementjob.com/api/v1/blog-posts/how-to-become-a-product-manager"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json", "text/markdown"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
