Skip to main content
Glama

get_culture_news

Get the latest human culture news from Finally Offline. Covers sports, music, fashion, and general culture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of articles to return (1-20)
sinceNoTime window for articles24h
categoryNoFilter by category. Use 'all' for everything.all

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It implies a read-only 'latest' fetch but does not state that it has no side effects, does not describe ordering/pagination behavior, and does not mention any rate limits or other constraints.

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 short sentences with no filler. The action and resource are front-loaded, and the category list is the only extra detail, which directly supports parameter understanding.

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

Completeness3/5

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

The tool is simple and all parameters are well documented in the schema, but there is no output schema and the description does not explain what the returned articles look like or how 'latest' is determined. It is minimally viable but leaves some ambiguity for an agent deciding whether this satisfies a request.

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 all three parameters with types, defaults, enums, and explanations. The description adds category names that map to the schema enum but no additional semantic detail beyond that, making the baseline 3 appropriate.

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 names the operation ('Get'), the resource ('latest human culture news from Finally Offline'), and the topical scope ('sports, music, fashion, and general culture'). It is specific enough to distinguish from search_articles and get_trending_topics, though it does not explicitly call out those siblings.

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 given on when to use this tool versus siblings like search_articles or get_trending_topics. There are no conditions, exclusions, or 'use X instead when...' notes, so an agent must infer usage from the name and schema.

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