{"openapi":"3.1.0","info":{"title":"Wazu MCP","version":"1.0.0","description":"Wazu Gateway"},"servers":[{"url":"https://mcp.wazu.me"}],"paths":{"/request_link_code":{"post":{"operationId":"request_link_code","summary":"Request Link Code","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"OK"}}}},"/list_cohorts":{"post":{"operationId":"list_cohorts","summary":"List Cohorts","security":[{"bearerAuth":[]}],"responses":{"200":{"description":"OK"}}}},"/search":{"post":{"operationId":"search","summary":"Search data","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/latest_search":{"post":{"operationId":"latest_search","summary":"Latest messages (recency-first)","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LatestSearchRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/set_active_cohort":{"post":{"operationId":"set_active_cohort","summary":"Set active cohort","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SetActiveCohortRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/get_item":{"post":{"operationId":"get_item","summary":"Get Item","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetItemRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/get_media_url":{"post":{"operationId":"get_media_url","summary":"Get Media URL","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetMediaUrlRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/map":{"post":{"operationId":"map","summary":"Hive Map","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MapRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/commit_summary_to_cohort":{"post":{"operationId":"commit_summary_to_cohort","summary":"Commit Summary To Cohort","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommitSummaryToCohortRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/ingest/text_to_cohort":{"post":{"operationId":"ingest_text_to_cohort","summary":"Ingest Text To Cohort","security":[{"bearerAuth":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IngestTextRequest"}}}},"responses":{"200":{"description":"OK"}}}}},"components":{"schemas":{"SearchRequest":{"type":"object","additionalProperties":false,"properties":{"q":{"type":"string"},"days":{"type":"integer"},"limit":{"type":"integer"},"offset":{"type":"integer"},"type":{"type":"string"},"tag":{"type":"string"},"tag_mode":{"type":"string","enum":["bias","filter"]},"scope_kind":{"type":"string","enum":["personal","cohort"]},"scope_id":{"type":"string"}},"required":["q"]},"LatestSearchRequest":{"type":"object","additionalProperties":false,"properties":{"days":{"type":"integer"},"limit":{"type":"integer"},"offset":{"type":"integer"},"type":{"type":"string"},"tag":{"type":"string"},"tag_mode":{"type":"string","enum":["bias","filter"]},"scope_kind":{"type":"string","enum":["personal","cohort"]},"scope_id":{"type":"string"}}},"SetActiveCohortRequest":{"type":"object","additionalProperties":false,"properties":{"cohort_id":{"type":"string"}},"required":["cohort_id"]},"GetItemRequest":{"type":"object","additionalProperties":false,"properties":{"item_id":{"type":"string"}},"required":["item_id"]},"GetMediaUrlRequest":{"type":"object","additionalProperties":false,"properties":{"item_id":{"type":"string"},"variant":{"type":"string","enum":["thumb","full"],"default":"thumb"}},"required":["item_id"]},"MapRequest":{"type":"object","additionalProperties":false,"properties":{"scope_kind":{"type":"string","enum":["cohort","personal"]},"scope_id":{"type":"string"},"center_message_id":{"type":["integer","null"]},"max_nodes":{"type":"integer","default":20,"minimum":1,"maximum":50},"max_edges_per_node":{"type":"integer","default":10,"minimum":1,"maximum":25},"min_weight":{"type":["number","null"]},"include_auto":{"type":"boolean","default":true},"include_manual":{"type":"boolean","default":true},"cursor":{"type":["string","null"]}},"required":["scope_kind","scope_id"]},"CommitSummaryToCohortRequest":{"type":"object","additionalProperties":false,"properties":{"cohort_id":{"type":"string"},"title":{"type":"string"},"summary_kind":{"type":"string","enum":["decision","update","insight","task","meeting"]},"summary":{"type":"string"},"bullets":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"source_app":{"type":"string"}},"required":["cohort_id","title","summary_kind","summary"]},"IngestTextRequest":{"type":"object","additionalProperties":false,"properties":{"cohort_id":{"type":"string"},"text":{"type":"string"},"source_app":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"idempotency_key":{"type":"string"}},"required":["cohort_id","text"]}},"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}}}