Skip to main content
Glama

WorkPick Press

プレス記事の全文を取得

get_press_article
Read-only

slug を指定して、公開プレス1件の要約(lead)・構造化された統計(facts)・関連求人・帰属(provenance)を取得します(本文は企業自身が投稿したもののみ、運営取込は著作権配慮で原本リンクを提供)。Get one published press article: summary, structured facts, related jobs, and provenance. Full body is included only for company-submitted articles; for operator-curated ones the original source link is provided instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes記事の slug(search_press の結果に含まれる)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description adds a critical behavioral condition not visible in annotations: full body is returned only for company-submitted articles, while operator-curated ones return an original source link. This goes beyond the readOnlyHint and destructiveHint annotations and meaningfully informs the agent about response variance.

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 concise and front-loaded, with the key content list appearing early and the important body-policy caveat in the second sentence. The bilingual repetition increases length slightly but each sentence carries distinct, necessary information.

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?

With only one parameter, no output schema, and strong annotations, the description provides enough context for an agent to call the tool correctly: it names the resource, the selection key, the returned data categories, and the conditional body behavior. Nothing critical is missing.

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 schema already documents the slug parameter and its format. The description adds minimal semantic value beyond restating that a slug is used to fetch the article, so the baseline score of 3 is appropriate.

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 states a specific verb and resource: 'get one published press article' via a slug, and lists the exact returned components (lead, facts, related jobs, provenance). It also distinguishes itself from siblings by emphasizing singular retrieval of one article by slug, versus search/list operations.

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 clearly implies the prerequisite of having a slug and, through the schema parameter note, points the agent to search_press as the source of that slug. It does not explicitly state when not to use this tool, but the singular 'one' and the slug requirement provide adequate context for selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources