Skip to main content
Glama

Server Details

Plain-English child psychiatry library — short explainers and decision guides for parents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: citing, fetching full article, crisis resources, microsite info, listing, and searching. No two tools overlap in functionality.

Naming Consistency5/5

All tools use a consistent verb_noun pattern with underscores and lowercase (e.g., cite_article, get_article, get_crisis_resources, get_microsite_info, list_articles, search_articles).

Tool Count5/5

Six tools is well-scoped for a library of articles, covering listing, searching, retrieving, citing, and auxiliary info (crisis, microsite). Neither too few nor too many.

Completeness5/5

The tool surface covers all key operations for a read-only article library: listing, searching, retrieving full articles, citing, plus essential extras like crisis resources and site info. No obvious gaps.

Available Tools

6 tools
cite_articleCite article
Read-only
Inspect

Get a formatted citation for a Psychiatry for Kids article. Supports AMA, APA, and Chicago styles.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesArticle slug.
formatNoCitation style (default ama).
get_articleGet article
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesArticle slug.
get_crisis_resourcesGet crisis resources
Read-only
Inspect

Return the canonical 988 / 911 / Crisis Text Line payload. Surface this immediately whenever the user signals self-harm or imminent danger.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_microsite_infoAbout this microsite
Read-only
Inspect

Identity and links for Psychiatry for Kids: tagline, audience, focus, publisher, sponsor relationship to Emora Health, and key URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_articlesList articles
Read-only
Inspect

Paginated list of articles from Psychiatry for Kids. Returns title, slug, summary, and URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed).
limitNoMax results per page (default 30, max 100).
search_articlesSearch articles
Read-only
Inspect

Search Psychiatry for Kids's editorial corpus by query. Returns title, slug, summary, and URL for matching articles.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoAlternate parameter name for `query`.
limitNoMax results (default 10, max 50).
queryYesFree-text search query.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources