Skip to main content
Glama

InfyPNG — Free Transparent PNG Clipart

get_licence

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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.

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