{ "bundleId": "was-sal", "revision": "local-sal-manifest-v1", "tools": [ { "name": "cmm_claim_search", "endpoint": "/mcp/cmm_claim_search", "title": "보험금 청구 상태 조회", "description": "청구번호로 보험금 청구 상태를 가짜 데이터로 조회합니다.", "inputSchema": { "type": "object", "properties": { "claimNo": { "type": "string", "description": "청구번호" }, "contractNo": { "type": "string", "description": "계약번호" } }, "required": ["claimNo"], "additionalProperties": false }, "annotations": { "title": "보험금 청구 상태 조회", "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }, "_meta": { "version": "1.0.0", "timeoutMillis": 5000, "enabled": true } }, { "name": "cmm_memo_retriever", "endpoint": "/mcp/cmm_memo_retriever", "title": "의뢰서 목록 조회", "description": "의뢰서 목록을 가짜 데이터로 조회합니다.", "inputSchema": { "type": "object", "properties": { "memoStatus": { "type": "string", "description": "의뢰서 상태" }, "searchKeyword": { "type": "string", "description": "검색어" } }, "required": ["memoStatus", "searchKeyword"], "additionalProperties": false }, "annotations": { "title": "의뢰서 목록 조회", "readOnlyHint": true, "destructiveHint": false, "idempotentHint": true, "openWorldHint": false }, "_meta": { "version": "1.0.0", "timeoutMillis": 5000, "enabled": true } } ] }