Thumbsdown a joke

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/dougsillars/doc/jokes-blueprint/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Jokes Blueprint MCP server": {
  "url": "https://bump.sh/dougsillars/doc/jokes-blueprint/mcp"
}
Close
POST /thumbsDown/{id}

Increases Thumbs down count of a joke by one.

Path parameters

  • id string Required

    The joke ID for the joke you want to thumbsdown.

Responses

  • 200

    Thumbs down added

POST /thumbsDown/{id}
curl \
 --request POST 'https://virtserver.swaggerhub.com/dougsillars/joke_api/1.0.0/thumbsDown/ce0b9fbe-7ad8-11eb-9439-0242ac130002'