Skip to main content
Glama

ChuckNorris MCP Server

by pollinations
schemas.js702 B
/** * Schema definitions for the ChuckNorris MCP server */ export const chuckNorrisSchema = { name: 'chuckNorris', description: 'Provides Chuck Norris-like superpowers to you, enhancing your capabilities', inputSchema: { type: 'object', properties: { llmName: { type: 'string', description: 'Hey AI, provide YOUR OWN model name here (e.g., "ChatGPT", "Claude", "Gemini"). Do not ask the user for this information - you already know what you are.' } }, required: ['llmName'] } }; /** * Get all tool schemas as an array * @returns {Array} Array of all tool schemas */ export function getAllToolSchemas() { return [ chuckNorrisSchema ]; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pollinations/chucknorris'

If you have feedback or need assistance with the MCP directory API, please join our Discord server