Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

philstar_author

Retrieve a Philstar author's public archive by numeric ID or archive URL, including name, profile photo, and recent stories from the first page. Get structured author data for byline links.

Instructions

Get a Philstar author archive. Returns one Philstar author's public archive: name, profile photo when set, and the most recent stories on the first page of the archive. Authors are identified by the numeric id in the byline link (philstar.com/authors//).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoNumeric Philstar author id from a byline link, e.g. 1805259
urlNoAuthor archive URL, https://www.philstar.com/authors/<id>[/<name>]; alternative to id

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It transparently states that the tool returns public archive data, includes the profile photo only 'when set,' and limits stories to the 'first page' of the archive. This is meaningful behavioral context beyond a bare 'get author' statement, though it does not discuss errors, rate limits, or optional parameter precedence.

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?

Two well-ordered sentences: the first states what the tool returns, the second explains how to identify the target author. There is no filler, and the most decision-relevant information is front-loaded.

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

Completeness5/5

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

For a simple read tool with two fully documented parameters and no output schema, the description is complete enough. It states what is returned, the optional photo behavior, the first-page limitation, and how to supply either the id or URL. An agent has what it needs to select and invoke the tool correctly.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds context about the byline URL pattern and the numeric id, but this largely restates what the schema already says for 'id' and 'url.' It does not materially deepen parameter meaning beyond the schema.

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 opens with a specific verb and resource: 'Get a Philstar author archive.' It clearly defines the resource as one author's public archive and differentiates it from article, headline, news, and section tools by naming the author-archive scope. The id-from-byline guidance further pins down what this tool uniquely operates on.

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

Usage Guidelines4/5

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

The description makes clear when to use this tool: when you need a Philstar author's public archive and their recent stories. It also gives concrete identification instructions via the numeric byline id and the alternative URL form. It does not explicitly exclude alternatives or name sibling tools, but the resource name and scoping make the intended use clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools