Skip to main content
Glama

asset_capabilities

Read-onlyIdempotent

Determine available execution modes (inline SVG, external prompt, API) for asset generation based on current environment. Read-only tool reports capabilities per asset type like logo or icon.

Instructions

Report which of the three execution modes this server can run RIGHT NOW given the current env: inline_svg (zero key — hosting LLM authors the SVG), external_prompt_only (zero key — paste prompt into Ideogram/Nano Banana/Midjourney/Recraft/Flux UIs, then asset_ingest_external), api (requires provider key). Read-only; no network. Call before offering the user options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_typeNoNarrow the modes-by-asset-type section to one type.
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds 'Read-only; no network,' reinforcing safety and disclosing environmental constraints. This aligns with and supplements annotations without contradiction.

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?

Two concise sentences: the first states functionality, the second gives usage instruction and behavioral notes. No superfluous words; information is front-loaded and efficiently presented.

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?

For a simple read-only capability check with one optional parameter and no output schema, the description fully covers what the agent needs: what the tool does, when to call it, and environmental constraints. The return format is implied (list of modes), which is sufficient.

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 sole parameter asset_type has 100% schema description coverage, and the description repeats the schema's explanation verbatim ('Narrow the modes-by-asset-type section to one type'), adding no new meaning. Baseline 3 is appropriate.

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 indicates the tool reports which execution modes the server can run, listing three specific modes (inline_svg, external_prompt_only, api). This verb+resource purpose is distinct from sibling tools that generate or ingest assets.

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 explicitly says 'Call before offering the user options,' providing clear guidance on when to use. It does not explicitly say when not to use or name alternatives, but the context of sibling tools implies it is a preliminary check before mode selection.

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/MohamedAbdallah-14/prompt-to-asset'

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