Skip to main content
Glama

InfyPNG — Free Transparent PNG Clipart

Server Details

Search thousands of free transparent PNG clipart images. Free for commercial use, no attribution.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
get_designAInspect

Full details for one design by its page slug (e.g. "royal-crown-121000019").

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe design slug from a page URL or search result

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states what the tool returns ('full details') but does not explicitly declare it as read-only, mention error behavior for invalid slugs, or describe any side effects. The verb 'get' implies safety, but the description lacks explicit behavioral disclosure beyond that.

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

Conciseness5/5

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

The description is a single, focused sentence with no filler. It front-loads the purpose and includes an example, making it easy to parse. Every word contributes to comprehension.

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?

For a simple one-parameter tool with no output schema, the description is sufficient: it specifies the input and implies the output (full details). It could optionally mention that it returns a single design object, but 'full details' covers that. Overall, there are no missing pieces that would prevent correct invocation.

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 coverage is 100%, and the description adds a concrete example ('royal-crown-121000019') that clarifies the expected format beyond the schema's generic description. This extra context helps the agent construct a valid parameter, exceeding the baseline.

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 a specific resource ('design'), a specific identifier type ('page slug'), and provides a concrete example. It distinguishes this tool from siblings like search_designs (which likely returns a list) by specifying 'full details for one design.' No ambiguity.

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 implies the tool is used when you have a specific slug and need complete details, but it does not explicitly mention when to use it versus search_designs (e.g., to obtain the slug) or list_categories. No exclusions or alternative conditions are given, only implicit context.

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

get_licenceAInspect

The licence terms for every design on InfyPNG, in one paragraph.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns a single paragraph with terms applicable to every design, which is a useful behavioral detail. However, it does not mention whether the operation is read-only (though implied), any potential side effects, or how the paragraph is structured. It adds some value but remains thin for a no-annotation scenario.

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

Conciseness5/5

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

The description is a single, concise sentence that is front-loaded with the key resource and scope. Every word is purposeful, with no waste or redundancy.

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?

For a zero-parameter, no-output-schema tool, the description is fairly complete. It tells the agent what it returns (licence terms) and that they apply globally. It could optionally mention that the terms are standard/static, but the current description gives enough context for correct invocation and expectation setting.

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?

The tool has 0 parameters, so the baseline is 4. The description does not need to explain parameters since there are none. It adds nothing beyond the schema coverage (100% trivially), but that is acceptable given the absence of parameters.

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 states a specific verb and resource: 'licence terms' for 'every design on InfyPNG'. It is clearly distinct from sibling tools like get_design (specific design), list_categories (categories), and search_designs (searching), so an agent can differentiate it without ambiguity.

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 clearly implies when to use it: when the agent needs licence terms for designs. However, it does not explicitly state when not to use it or mention alternatives, though the context of siblings makes the choice obvious. It provides clear context but lacks explicit exclusions.

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

list_categoriesAInspect

Every category and seasonal collection with design counts and page URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose output scope ('Every category') and content ('design counts and page URLs'), which is useful for a simple read-only listing. It does not mention caching, authentication, or response format, but these are less critical for a no-parameter list operation.

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

Conciseness5/5

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

A single sentence conveys the full return contents with no filler or redundancy. The most important information—what the tool returns—is stated directly.

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?

For a 0-parameter tool with no output schema, the description sufficiently explains what an agent will receive: categories, seasonal collections, design counts, and page URLs. It could add an explicit statement of the tool's read-only nature or result ordering, but the absence of parameters makes invocation unambiguous.

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?

The input schema has zero parameters, so the description has no parameter semantics to add. Per the baseline rule for 0-parameter tools, a score of 4 is appropriate.

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 names the resource ('category and seasonal collection') and specifies the returned contents ('design counts and page URLs'). Although it lacks an explicit verb, the tool name 'list_categories' supplies the action, and the content clearly distinguishes it from design- or licence-focused siblings.

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

Usage Guidelines2/5

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

The description states what the tool returns but gives no guidance on when to use it versus alternatives like search_designs or get_design. There are no exclusions, prerequisites, or context clues about the intended use case.

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

search_designsAInspect

Search the InfyPNG catalog of free transparent PNG clipart by keyword. Returns matching designs with their page URLs. Send the user to the page for downloads — every page offers the free transparent PNG (4096px, 300 PPI), no account needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results, default 10, max 30
queryYesWhat to search for, e.g. "crown", "halloween skull"

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses that results are page URLs rather than direct images, that the PNG is free and available at 4096px/300 PPI, and that no account is needed. This is solid behavioral context for a simple search tool, though it does not mention pagination or error behavior.

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

Conciseness5/5

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

The description is two sentences with no filler. The core search behavior is front-loaded, followed by actionable guidance on what to do with the results and what the user can expect from the destination pages.

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?

For a low-complexity search tool with complete parameter coverage, the description provides everything necessary to call it correctly: the search action, the result shape, and the user-facing next step. It could mention licensing explicitly, but 'free transparent PNG' plus the sibling get_licence makes the absence acceptable.

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

Parameters3/5

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

The schema already documents both parameters with 100% coverage, so the baseline applies. The description adds little beyond the schema: it refers generally to 'keyword' and 'page URLs' but does not elaborate on limit semantics or query formatting beyond what the schema already states.

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 states a specific verb ('Search'), a specific resource ('InfyPNG catalog of free transparent PNG clipart'), and the result shape ('matching designs with their page URLs'). It clearly distinguishes itself from siblings like get_design, get_licence, and list_categories by framing this as the keyword-search entry point.

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 makes the intended use clear: search by keyword and then send the user to the resulting page for downloads. It gives a concrete workflow and even states what every page offers, but it does not explicitly name when to prefer an alternative tool such as get_design or get_licence.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Search 161,000+ free hand-drawn Infyicon icons in four matching styles and fetch ready-to-embed SVG markup or PNG URLs, plus CSS class lookup for the 61,000-glyph Infyicon UI webfont. Free with attribution, no API key required.
    5
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables searching free graphics on Woopicx (3D icons, mockups, stock photos, illustrations, certificates, tattoo designs) through natural language.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables keyless search and retrieval of millions of openly-licensed Creative Commons images and audio, with ready-to-paste attribution and license-awareness built into every result.
    5
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    A free search MCP server powered by SearXNG, offering various search types without requiring an API key.
    10
    12
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool serves a distinct purpose: fetching design details, retrieving the global licence, listing categories, and searching the catalog. No overlap or ambiguity between them, making it clear which tool to use for a given task.

Naming Consistency5/5

All four tools follow a consistent verb_noun pattern in lowercase snake_case (get_design, get_licence, list_categories, search_designs). The naming is uniform and predictable.

Tool Count5/5

With only 4 tools, the surface is compact and well-scoped for the server's purpose—searching and retrieving information about free PNGs. It avoids redundancy and each tool earns its place within the typical 3-15 range.

Completeness4/5

The tool set covers the main user flows: searching, viewing details, browsing categories, and understanding licensing. A minor gap is the lack of a direct 'list designs in category' tool, but category URLs and search can partially bridge this, so it's not a critical omission.

Resources