JokeAPI · Capability
JokeAPI — System
JokeAPI — System. 3 operations. Lead operation: JokeAPI Get Info. Self-contained Naftiko capability covering one JokeAPI business surface — runtime introspection (`/info`), endpoint discovery (`/endpoints`), and uptime probing (`/ping`).
What You Can Do
GET
Getinfo
— Return runtime metadata about JokeAPI.
/v1/info
GET
Getendpoints
— List every documented endpoint exposed by JokeAPI.
/v1/endpoints
GET
Ping
— Lightweight uptime probe.
/v1/ping
MCP Tools
get-info
Return runtime metadata about JokeAPI — version, joke count, categories, flags, types, formats, language ranges.
read-only
idempotent
list-endpoints
List every documented endpoint exposed by JokeAPI with usage notes and supported formats.
read-only
idempotent
ping
Lightweight uptime probe.
read-only
idempotent