Skip to main content
Glama

Get Latest

get_latest
Read-onlyIdempotent

Fetch the most recently published XKCD comic. Returns comic number, title, image URL, alt/hover text, publication date, transcript (if available), and permalink.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
altYesAlt text for the comic image
imgYesURL to the comic image
urlYesURL to view the comic on xkcd.com
dateYesPublication date in YYYY-MM-DD format
linkYesURL link related to the comic, or null if not present
titleYesThe comic title
numberYesThe comic number
safe_titleYesThe comic title with special characters escaped
transcriptYesTranscript of the comic, or null if not available

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only, non-destructive, and idempotent behavior. The description adds value by enumerating the exact return fields (comic number, title, image URL, alt/hover text, date, transcript if available, permalink) and highlights the dynamic nature of 'most recently published.'

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?

The description is two sentences, front-loaded with the primary purpose and followed by a concise list of return fields. Every word contributes value with no redundancy.

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?

For a simple, parameterless tool with strong annotations and an output schema, the description is quite complete. It covers the core functionality and return values, though it could have added a note on when to use this versus sibling comic tools, which is a minor gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema provides no additional meaning. The baseline for zero parameters is 4, and the description appropriately focuses on the output, which matches this baseline.

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 clearly states the tool fetches the most recently published XKCD comic, using a specific verb and resource. It distinguishes itself from sibling tools like get_comic and random_comic by explicitly focusing on the latest comic.

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 implies usage when the latest XKCD comic is needed, but it does not explicitly mention alternatives or contraindications. The sibling names provide context, but the description itself lacks explicit when-to-use guidance.

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.

TDQS

A3.6/5.0
Disambiguation2/5

Many tools overlap heavily: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, entity_profile, compare_entities, and validate_claim all serve data-lookup purposes with unclear boundaries. The three xkcd comic tools are distinct but are buried under 31 unrelated tools, making selection confusing.

Naming Consistency2/5

Tool names follow no consistent pattern: some use verb_first (get_comic, list_subscriptions), some are nouns (entity_profile, deep_research), some have prefixes (ask_pipeworx_*, polymarket_*), and others are vague (scan_dependency, generate_llms_txt). The mixing of styles across the set makes it hard to predict naming.

Tool Count2/5

With 34 tools and a server name of 'xkcd', the count is wildly disproportionate; only 3 tools relate to comics. Even as a general data-access server, 34 tools is heavy and many are meta-tools (discover_tools, suggest_questions) that add bulk.

Completeness3/5

For the actual Pipeworx data domain, the surface is fairly comprehensive: querying, grounded answers, research, entity profiles, comparisons, validation, subscriptions, and prediction-market analysis are covered. However, there are notable gaps like no fetch-by-URI tool and no xkcd search/list capability, making the set incomplete for its name and slightly incomplete for its inferred domain.