Skip to main content
Glama

noark5_delete_entity

Delete a Noark 5 archive entity by providing its self-href URL, removing it from the system and returning a confirmation or error message.

Instructions

Delete an entity.

Args: entity_url: The self-href URL of the entity to delete.

Returns confirmation or error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It confirms a delete action and states that it returns confirmation or an error message, but it does not disclose irreversibility, permission requirements, cascading effects, or what happens if the entity has children or references. The term 'delete' is informative, but the description adds little beyond the name.

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 compact and front-loaded with the action. Every sentence serves a purpose: the action, the parameter meaning, and the return behavior. There is no filler or redundancy.

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?

For a one-parameter delete operation, the description covers the essential invocation details: what to pass and what to expect in return. However, important safety context is missing, such as irreversibility, permissions, and relation constraints. The output schema exists but the description itself does not mention any behavioral caveats, so it is minimally adequate rather than fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must define the parameter, and it does: 'entity_url: The self-href URL of the entity to delete.' This adds meaningful semantics beyond the schema's bare 'Entity Url' property, fully explaining what value to provide and why.

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 states a clear verb and resource: 'Delete an entity.' This distinguishes it from the many create/update/get/list siblings because delete is unique among them. It is slightly generic about what entity types are supported, but the action is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus update_entity, get_entity, or other siblings. The description does not mention prerequisites, supported entity types, or exclusions. An agent must infer usage entirely from the tool name and one-line description.

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/petterreinholdtsen/noark5-tg-mcp'

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