get_materials
Dohvati materijale i poznata ograničenja; bez tvrdnji o nedokumentiranoj sigurnosti ili početnih cijena.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productType | No | wallpaper |
Dohvati materijale i poznata ograničenja; bez tvrdnji o nedokumentiranoj sigurnosti ili početnih cijena.
| Name | Required | Description | Default |
|---|---|---|---|
| productType | No | wallpaper |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already cover readOnly, idempotent, and non-destructive behavior, but the description adds a useful semantic boundary: the result includes known limitations and the tool should not be treated as evidence of undocumented safety or starting prices. That goes beyond the structured hints, though it does not describe return format or pagination.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one compact sentence, front-loaded with the operative purpose and followed by a boundary condition. There is no padding, and every clause carries enough information to keep the definition useful.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one optional enum parameter, the definition is close to sufficient, and the annotations handle the safety profile. However, it leaves parameter semantics and when-to-use-versus-siblings unexplained, and it does not fill the total absence of output-schema guidance.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description never mentions productType, its default, or how choosing wallpaper/canvas affects results. The enum in the schema gives value candidates, but the description contributes no meaning beyond that, so the agent is left to infer the relationship between productType and materials.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The opening clause states a clear verb and object: 'get materials and known limitations', which distinguishes it from sibling tools like get_knowledge and get_motif by resource type. It does not explicitly explain the productType dimension, and the disclaimer about undocumented safety/starting prices is more of a constraint than a purpose statement.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to choose get_materials over search_motifs, get_motif, or the other siblings, nor any mention of prerequisites. The intended use is only implied by the resource name, which is not enough for an agent deciding between tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.