Skip to main content
Glama
houtini-ai

@houtini/contentmarketingideas

Official
by houtini-ai

delete_brief

Permanently delete a content brief and its associated feedback. Provide the brief ID to remove it from the editorial system, cleaning up your content workflow.

Instructions

Permanently delete a brief and its feedback

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brief_idYesBrief ID
Behavior4/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 clearly discloses the operation is permanent and that feedback is deleted as well. Missing details like required permissions or effects on related drafts are not covered, but the most critical traits are stated.

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 sentence of eight words, front-loaded with the action and resource. Every word contributes value, with no 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 simple delete tool with one required parameter, the description is adequate: it states the destructive nature, permanence, and scope (feedback). While it omits return value or async behavior, such details are less critical for a delete operation.

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 coverage is 100% since the only parameter (brief_id) has a description. The tool description adds no further explanation about the parameter, so the baseline of 3 applies.

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 states the action (permanently delete) and the resource (a brief), and adds the scope 'and its feedback' to distinguish it from sibling delete tools like delete_article or delete_source.

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 use case is implied by the name and description: use this tool when you need to delete a brief. However, there is no explicit mention of when not to use it or alternatives, such as for deleting a draft or article.

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/houtini-ai/contentmarketingideas-mcp'

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