delete_meta
delete_metaDelete generated meta for a guide
Removes previously generated meta titles/descriptions for the given guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guideId | Yes | ID of the guide |
delete_metaDelete generated meta for a guide
Removes previously generated meta titles/descriptions for the given guide.
| Name | Required | Description | Default |
|---|---|---|---|
| guideId | Yes | ID of the guide |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It states that the tool 'removes previously generated meta', which implies a destructive action. However, it lacks details about irreversibility, prerequisites, or what happens if the guide does not exist.
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 extremely concise with two sentences, no fluff. It front-loads the main action and provides a brief clarification in the second sentence. Every sentence earns its place.
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 covers the core purpose and what gets deleted. It could be more complete by mentioning any side effects or required permissions, but for a straightforward delete operation, it is adequate.
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 has 100% coverage (one parameter with a clear description). The tool description adds context that the guideId refers to 'the given guide', but this is already evident from the schema. The description does not provide additional semantic details 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 that the tool deletes generated meta (titles/descriptions) for a specific guide. The verb 'delete' and the resource 'meta for a guide' are specific, and it distinguishes itself from sibling tools like delete_guide or delete_intent.
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?
The description implies the obvious usage: when you want to delete meta for a guide. However, it provides no explicit guidance on when not to use it or what alternatives exist, such as updating instead of deleting.
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.
Most tools target distinct resources (guides, eeat, intent, internal_links, meta, outline, score, credits, tokens). However, some pairs like create_eeat and create_eeat_competitors are very similar and could cause confusion, though their descriptions clarify the difference.
Tools consistently use a verb_noun pattern (create_, get_, delete_). Minor inconsistencies include 'get_aissistant_tokens' (typo) and 'get_credit_ledger' (singular vs plural), but overall the pattern is clear.
28 tools is on the higher end but justifiable for a comprehensive SEO analysis platform covering guides, multiple AI features, EEAT, credits, and tokens. A few tools could be merged (e.g., get_credits and get_aissistant_tokens), but the count is still reasonable.
The tool surface covers CRUD for guides and most AI features, plus token/credit management. A notable gap is the lack of a get_score tool after create_score, and some features like updating EEAT analysis are absent. Overall, the core workflows are supported.