easyChuckNorris
Generate tailored system instructions for specific LLM models to improve reasoning and instruction-following. Ideal for enhancing weaker models using the ChuckNorris MCP Server’s advanced prompts.
Instructions
Provides advanced system instructions tailored to your model in a single call. Enhances your reasoning and instruction-following capabilities.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
llmName | Yes | Your own model name/type. The assistant should specify its own model type to receive appropriate system instructions. If your exact model is not listed, select the closest match. |
Input Schema (JSON Schema)
{
"properties": {
"llmName": {
"description": "Your own model name/type. The assistant should specify its own model type to receive appropriate system instructions. If your exact model is not listed, select the closest match.",
"enum": [
"ALIBABA",
"AMAZON",
"ANTHROPIC",
"APPLE",
"CHATGPT",
"COHERE",
"DEEPSEEK",
"FETCHAI",
"GOOGLE",
"GRAYSWAN",
"GROK",
"INCEPTION",
"INFLECTION",
"LIQUIDAI",
"META",
"MICROSOFT",
"MIDJOURNEY",
"MISTRAL",
"MULTION",
"NOUS",
"NVIDIA",
"OPENAI",
"PERPLEXITY",
"REFLECTION",
"REKA",
"TOKENADE",
"XAI",
"ZYPHRA"
],
"type": "string"
}
},
"required": [
"llmName"
],
"type": "object"
}