Skip to main content
Glama

unstar_entries

Remove bookmarks from one or more entries in your Feedbin account by supplying their entry IDs.

Instructions

Unstar (remove bookmark from) one or more entries.

Args: entry_ids: List of entry IDs to unstar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entry_idsYes

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 must disclose behavioral traits. It only states the basic action without discussing idempotency, side effects, authentication needs, or what happens if an entry ID is invalid.

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?

The description is very short and front-loaded, making it easy to parse. However, it could be more structured by separating the main description from the args list, but it is not overly verbose.

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

Completeness2/5

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

Given that there is an output schema, return values need not be explained, but for a mutation tool, the description lacks crucial context: behavior on missing IDs, idempotency, and whether unstarring affects other states. Sibling tools exist but no cross-references are made.

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

Parameters2/5

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

The description mentions the parameter 'entry_ids' as a list of entry IDs, but this adds little beyond the schema's title. No additional constraints like uniqueness, size limits, or format are given. Schema description coverage is 0%, so the description should compensate but does not.

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 ('Unstar (remove bookmark from)') and the resource ('one or more entries'), directly matching the tool name. It also implies a distinction from siblings like 'star_entries' and 'get_starred_entries'.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, such as requiring entries to be starred first, 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.

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/hypermoose/FeedbinMCP'

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