Check summary existence by unique ID

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/nethesis/doc/nethcti-middleware/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"NethVoice - NethCTI middleware MCP server": {
  "url": "https://bump.sh/nethesis/doc/nethcti-middleware/mcp"
}
Close
HEAD /summary/{uniqueid}

Path parameters

  • uniqueid string Required

Responses

  • 200

    Summary exists

  • 204

    Summary not ready yet

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Uniqueid not found

  • 500

    Failed to fetch summary state

  • 503

    Service unavailable

HEAD /summary/{uniqueid}
curl \
 --request HEAD 'http://localhost:8080/summary/{uniqueid}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"