Skip to main content
Glama

Get article

get_article
Read-only

Fetch a single article from Psychiatry for Teens by slug. Returns title, body content, author, clinical reviewer, citations, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesArticle slug.

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read. The description adds useful output details (title, body, author, reviewer, citations, metadata) but does not disclose error handling or rate limits. Given the read-only annotation, the additional context is moderate, 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The entire description is one efficient sentence: it front-loads the verb and resource, then lists expected return fields. Every clause adds value, and there is no repetition or extraneous detail.

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 single-parameter read operation with a read-only annotation, the description adequately covers the purpose and return content. It could mention how to find the slug (via list_articles or search_articles), but sibling tools imply that. Missing error semantics is acceptable given the tool's simplicity.

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 coverage is 100% because the only parameter 'slug' has a description ('Article slug'). The description reinforces 'by slug' but adds no new meaning beyond the schema. With high schema coverage, baseline 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 uses a specific verb 'Fetch' and identifies a precise resource ('a single article from Psychiatry for Teens') with a clear lookup method ('by slug'). This clearly distinguishes it from siblings like list_articles and search_articles, which handle broader set 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 phrase 'Fetch a single article... by slug' clearly implies use when a specific slug is known and full article content is needed. However, it does not explicitly mention when not to use it or name alternative tools, though sibling names provide implicit context.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: fetching a single article, listing, searching, citing, getting crisis resources, and getting site info. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_, list_, search_, cite_). The style is uniform and predictable across the entire set.

Tool Count5/5

With 6 tools, the set is well-scoped for a content library, covering core retrieval operations without unnecessary bloat. Each tool serves a distinct and necessary function.

Completeness4/5

The set covers the main read-only workflows: listing, searching, retrieving, and citing articles, plus crisis and site info. Minor gaps exist, such as no category browsing or related-article suggestions, but these are not critical for the domain.

Resources