List news articles
list_newsList UAPDrop news articles, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No |
list_newsList UAPDrop news articles, newest first.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the useful behavioral detail of newest-first ordering and scopes results to UAPDrop news, but it does not disclose pagination size, rate limits, or return-shape behavior.
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?
One short sentence with no filler; action, resource, and ordering are all front-loaded. It is easy to parse and appropriately sized for a tool of this simplicity.
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?
For a simple one-parameter list tool, the description plus schema and annotations cover the core behavior and safe read-only nature. The lack of explicit pagination semantics and return format is a minor gap given the low complexity, but since no output schema exists, some return-shape ambiguity remains.
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?
Schema description coverage is 0% and the description never mentions the page parameter. The schema's integer/default/min fields make the basic meaning inferable, but the description adds no clarification about paging semantics or how page numbers map to result sets.
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 uses a specific verb ('List') with a specific resource ('UAPDrop news articles') and adds a meaningful ordering detail ('newest first'). It is clearly distinct from get_news by virtue of plural listing vs. single retrieval, though it never explicitly contrasts with sibling tools.
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 tool is for retrieving a paginated collection of news articles, but it gives no explicit when-to-use guidance. It does not mention get_news as the single-article alternative or state when list_news should be preferred over search tools.
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.