JokeAPI · Capability
JokeAPI — Metadata
JokeAPI — Metadata. 5 operations. Lead operation: JokeAPI List Categories. Self-contained Naftiko capability covering one JokeAPI business surface — describing the API surface itself (categories, flags, formats, languages, and human-name-to-ISO-code resolution).
What You Can Do
GET
Getcategories
— List every joke category JokeAPI exposes, plus recognised category aliases.
/v1/categories
GET
Getflags
— List the blacklist flags consumers can pass to `?blacklistFlags`.
/v1/flags
GET
Getformats
— List the response formats JokeAPI can return.
/v1/formats
GET
Getlanguages
— List the joke languages and the system languages JokeAPI supports.
/v1/languages
GET
Getlangcode
— Resolve a human-readable language name (e.g. `german`) to its ISO 639-1 code.
/v1/language-codes/{language}
MCP Tools
list-categories
List every joke category JokeAPI exposes, plus recognised category aliases.
read-only
idempotent
list-flags
List the blacklist flags consumers can pass to `?blacklistFlags`.
read-only
idempotent
list-formats
List the response formats JokeAPI can return.
read-only
idempotent
list-languages
List the joke languages and the system languages JokeAPI supports.
read-only
idempotent
resolve-language-code
Resolve a human-readable language name (e.g. `german`) to its ISO 639-1 code.
read-only
idempotent