Tool tree
Discover, publish, and monetize high-quality AI prompts for ChatGPT, Gemini, Claude, Midjourney, Veo, Runway, FLUX, Kling, and more. Build your audience and earn as a creator.
page: Every page
search_promptsAnswer
Search and browse AI prompts on Faymas by keyword, model, category and sort order. Returns a paginated list of prompts with titles, slugs, models, categories and authors.
View tool JSON
{
"name": "search_prompts",
"kind": "answer",
"impl": "imperative",
"description": "Search and browse AI prompts on Faymas by keyword, model, category and sort order. Returns a paginated list of prompts with titles, slugs, models, categories and authors.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Title search term."
},
"model": {
"type": "string",
"description": "Filter by model: 'GPT Image', 'Nanobanana', 'Midjourney' or 'Other'."
},
"category": {
"type": "string",
"description": "Filter by category, e.g. 'UI & Graphic'."
},
"sort": {
"type": "string",
"enum": [
"recent",
"popular"
],
"description": "Sort order; omit for featured ordering."
},
"limit": {
"type": "integer",
"description": "Max results (default 20)."
}
}
},
"page": "/"
}get_promptAnswer
Fetch the full details of a single Faymas prompt by its URL slug, including the complete prompt text, model, category and author.
View tool JSON
{
"name": "get_prompt",
"kind": "answer",
"impl": "imperative",
"description": "Fetch the full details of a single Faymas prompt by its URL slug, including the complete prompt text, model, category and author.",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The prompt's URL slug (last path segment)."
}
},
"required": [
"slug"
]
},
"page": "/"
}