Skip to main content
Glama

@mcp/openverse

search_images_for_essay

Find openly-licensed images tailored to illustrate essays by topic and key concepts, with options to specify style and maximum results.

Instructions

Search for images suitable for illustrating an essay

Input Schema

NameRequiredDescriptionDefault
conceptsYesList of key concepts to find images for
essay_topicYesMain topic/title of the essay
max_imagesNoMaximum images to return (default: 10)
styleNoPreferred image style (default: any)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "concepts": { "description": "List of key concepts to find images for", "items": { "type": "string" }, "type": "array" }, "essay_topic": { "description": "Main topic/title of the essay", "type": "string" }, "max_images": { "description": "Maximum images to return (default: 10)", "type": "number" }, "style": { "description": "Preferred image style (default: any)", "enum": [ "photo", "illustration", "any" ], "type": "string" } }, "required": [ "essay_topic", "concepts" ], "type": "object" }
Install Server

Other Tools from @mcp/openverse

Related Tools

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/neno-is-ooo/mcp-openverse'

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