get_brand
Get full brand case-study details by slug (story, signature, logo tagline, industries)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Brand slug (e.g. 'porsche', 'google') |
Get full brand case-study details by slug (story, signature, logo tagline, industries)
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Brand slug (e.g. 'porsche', 'google') |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description must convey behavioral traits. It implies a read-only retrieval operation but does not specify authorization requirements, error handling for invalid slugs, idempotency, or any side effects. It adds minimal behavioral context beyond listing returned fields.
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 a single, efficient sentence with no wasted words. It front-loads the purpose and lists key content, making it easy to parse quickly.
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?
Given the tool's simplicity (one parameter, no output schema), the description adequately covers the return value by listing main fields. It could be improved by mentioning idempotency or that it returns a single object, but it is sufficiently complete for a straightforward retrieval tool.
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?
The input schema covers 100% of parameters, and the single 'slug' parameter is described. The description adds value by enumerating the fields returned (story, signature, logo tagline, industries), which clarifies the output's meaning beyond the schema.
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 description clearly states the tool retrieves full brand case-study details by slug, listing specific fields (story, signature, logo tagline, industries). The verb 'Get' and resource 'brand case-study details' are specific, and the use of a unique identifier (slug) distinguishes it from siblings like get_brands (which likely lists all brands).
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?
No guidance is provided on when to use this tool versus alternatives such as get_brands (list) or get_brand_moves (related brand moves). The description does not mention prerequisites, use cases, or when not to use it.
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.