Skip to main content
Glama

browse_images

Read-onlyIdempotent

Browse and filter AI-generated images and videos from Civitai by tags, models, tools, techniques, and content ratings. Sort results and apply NSFW filters to find specific visual content.

Instructions

Browse AI-generated images/videos on Civitai.

Sort: Most Reactions, Most Comments, Most Collected, Newest, Oldest. NSFW filter: None, Soft, Mature, X. content_type: "image" or "video". browsing_level: "PG", "PG-13", "R", "X", "XXX" (comma-separated for multiple). tag: filter by tag (e.g. "anime", "animal", "architecture"). base_model: filter by base model (e.g. "Flux.1 D", "SDXL 1.0", "Pony"). tools: filter by tool (e.g. "ComfyUI", "Automatic1111"). techniques: filter by technique (e.g. "txt2img", "img2img"). has_meta: true = only with generation metadata. made_on_site: true = only generated on Civitai. originals_only/remixes_only: filter originals vs remixes. exclude_used: true = skip images/videos already in history (avoid duplicates). requester: who is requesting (e.g. "pikabu", "telegram", "scheduled:daily-post"). Always specify when fetching content for another MCP tool. Previews are cached locally for viewing via Read tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idNo
model_version_idNo
post_idNo
usernameNo
nsfwNo
sortNoMost Reactions
periodNoMonth
limitNo
pageNo
content_typeNo
browsing_levelNo
tagNo
base_modelNo
toolsNo
techniquesNo
has_metaNo
made_on_siteNo
originals_onlyNo
remixes_onlyNo
exclude_usedNo
requesterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare this as read-only, non-destructive, idempotent, and open-world. The description adds valuable behavioral context beyond annotations: it explains that 'Previews are cached locally for viewing via Read tool' and mentions the 'exclude_used' parameter to 'skip images/videos already in history (avoid duplicates).' These are practical implementation details not captured in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized for a tool with 21 parameters, but the structure could be improved. It starts with the core purpose, then lists parameters in bullet-point style without clear grouping. While all information is relevant, it could be more front-loaded with the most critical usage information before diving into parameter details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (21 parameters, 0% schema coverage) and the presence of annotations and output schema, the description provides substantial context. It covers most parameters in detail and includes implementation notes about caching and requester usage. However, it doesn't explain the relationship between certain parameters (like model_id vs base_model) or provide guidance on parameter combinations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage for 21 parameters, the description carries the full burden of explaining parameter semantics. It provides detailed explanations for 16 parameters (sort, nsfw, content_type, browsing_level, tag, base_model, tools, techniques, has_meta, made_on_site, originals_only, remixes_only, exclude_used, requester) including examples and usage notes, far exceeding the baseline expectation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Browse AI-generated images/videos on Civitai.' It specifies the resource (images/videos) and platform (Civitai), but doesn't explicitly differentiate from sibling tools like 'get_top_images' or 'get_model_images' which might have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides some usage context by listing filtering options and stating 'Always specify [requester] when fetching content for another MCP tool.' However, it doesn't explicitly state when to use this tool versus alternatives like 'get_top_images' or 'search_models', nor does it provide clear exclusions or prerequisites for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/timoncool/civitai-mcp-ultimate'

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