Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

yahoo_tech_category

Retrieve Yahoo Tech section stories by category, delivering each story's title, destination URL, category, and thumbnail image with page-based pagination.

Instructions

Yahoo Tech section story stream. Returns a Yahoo Tech section's editorial story feed: title, destination URL, category, and thumbnail image for each story, with page-based pagination. Sourced from Yahoo Tech's own server-rendered section pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number, defaults to 1
categoryYesYahoo Tech section
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It adds useful context by mentioning page-based pagination, the output fields, and that data is sourced from Yahoo Tech's server-rendered section pages. It does not discuss edge cases, invalid categories, rate limits, or pagination end behavior, so it is adequate but not rich.

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 short and front-loaded with the essential task in the first sentence. It does not waste words, though 'Yahoo Tech section story stream' and 'Yahoo Tech section's editorial story feed' are slightly redundant.

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?

No output schema exists, so the description appropriately names the returned story fields: title, destination URL, category, and thumbnail image. With only two parameters and a simple feed task, the description provides enough context for an agent to call the tool correctly, though examples of valid category values would improve completeness.

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?

The schema covers both parameters fully: 'category' is described as a Yahoo Tech section and 'page' as a 1-based page number defaulting to 1. The description reinforces that 'category' selects a section feed and that pagination exists, but it does not add materially new parameter semantics or enumerate valid category values.

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 clearly states that the tool returns a Yahoo Tech section editorial story feed and enumerates the fields returned for each story. It is specific enough to differentiate from article-level or home-feed siblings, though it does not explicitly name a sibling to distinguish against.

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 description makes the general use case clear: retrieving a Yahoo Tech category/section story feed. However, it does not explain when to prefer this over related siblings like yahoo_tech_home or yahoo_tech_article, nor does it state any exclusions or alternative tools.

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/Crawlora-org/crawlora-mcp'

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