Skip to main content
Glama

deepghs_list_models

Read-onlyIdempotent

Browse and filter DeepGHS AI models for tasks like image tagging, classification, detection, and similarity encoding from HuggingFace with customizable sorting and pagination.

Instructions

List all public models from the DeepGHS organization on HuggingFace.

DeepGHS models include: CCIP (character similarity encoder), WD Tagger Enhanced (anime image tagger with embeddings), aesthetic scorer, anime/real classifier, image type classifier, furry detector, face/head/person detection models, NSFW censor, and style era classifier.

Args: params (ListModelsInput): - search (Optional[str]): Keyword filter (e.g. 'ccip', 'tagger', 'aesthetic', 'face') - sort (SortBy): Sort by 'downloads', 'likes', 'createdAt', 'lastModified' - limit (int): Results per page, 1–100 (default: 20) - offset (int): Pagination offset (default: 0) - response_format (ResponseFormat): 'markdown' or 'json'

Returns: str: Paginated list of models with task type, download counts, likes, and links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds valuable context beyond annotations by specifying the source (HuggingFace), the organization (DeepGHS), and the return format details (paginated list with task type, download counts, likes, and links), enhancing behavioral understanding without contradictions.

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

Conciseness4/5

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

The description is appropriately sized and front-loaded with the core purpose in the first sentence. The Args and Returns sections are structured clearly, though the list of model types adds some bulk; overall, it remains efficient with minimal waste.

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

Completeness5/5

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

Given the tool's moderate complexity, rich annotations, and an output schema (implied by Returns section), the description is complete. It covers purpose, parameters, return values, and context, leaving no significant gaps for agent understanding.

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

Parameters4/5

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

Schema description coverage is 0%, so the description carries full burden. It effectively adds meaning by explaining each parameter in the Args section with examples and defaults (e.g., search keyword filters, sort options, limit range, pagination offset, response format choices), compensating well for the lack of schema descriptions.

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

Purpose5/5

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

The description clearly states the verb 'List' and resource 'all public models from the DeepGHS organization on HuggingFace,' making the purpose specific. It distinguishes from siblings by focusing on models rather than datasets, spaces, tags, or other resources, and provides examples of included model types like CCIP and WD Tagger Enhanced.

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

Usage Guidelines4/5

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

The description implies usage for listing models with filtering and pagination, but does not explicitly state when to use this tool versus alternatives like deepghs_list_datasets or deepghs_list_spaces. It provides context by listing model types, which helps identify relevant use cases, but lacks explicit exclusions or named alternatives.

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/citronlegacy/deepghs-mcp'

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