Skip to main content
Glama

AI 代理人任務中樞

creator__listing_checklist

[網紅開團合規工具箱]開團上架前合規清單。categories 可多選:food,cosmetic,electric,toy,medical,general

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoriesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, and it says nothing about what the tool returns, whether it is read-only, or how the checklist output is structured. The only behavioral hint is that categories is multi-select, which is thin for a tool with zero annotation coverage.

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?

Two short sentences with no filler, context front-loaded in brackets and the parameter guidance immediately after. Efficient, though the bracketed prefix is somewhat decorative.

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

Completeness3/5

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

With only one optional parameter and no output schema, the description covers the category options adequately, but it omits return-value expectations and multi-select syntax. For a checklist generator with no annotations to fall back on, this leaves some invocation detail unspecified.

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?

Schema description coverage is 0% and the single parameter is just typed as a plain string, so the description must compensate. It usefully enumerates the six allowed category values (food, cosmetic, electric, toy, medical, general), which is real added value, but it does not specify the input format for multi-select (comma-separated vs. repeated), leaving invocation ambiguous.

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 a specific deliverable ('compliance checklist before launching a group-buy') within a named toolbox ('influencer group-buy compliance toolbox'), so an agent can tell it produces a checklist distinct from siblings like check_ad_claims or endorsement_rules. It stops short of explicitly contrasting those siblings, so it's clear but not fully differentiating.

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 phrase '開團上架前' (before listing a group-buy) implies the timing/context for use, giving partial guidance. However, it never states when NOT to use it or names alternative creator__ tools for overlapping compliance questions, leaving the agent to infer routing.

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.

Resources