Skip to main content
Glama

search

Read-onlyIdempotent

Search the Pinnacle Ask child-development knowledge corpus (pinnacleblooms.org/ask) — real parent questions with clinically grounded, non-diagnostic answers covering speech, motor, social, cognitive, sensory, feeding and behavioural development from birth to 18 years. Returns ranked results with ids; pass a result id to fetch for the full answer. Optionally filter by child age in months and/or developmental domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1–25, default 10).
queryYesNatural-language question or topic, e.g. 'my 2 year old is not talking'.
domainNoOptional developmental domain filter, e.g. 'speech', 'motor', 'social'.
age_monthsNoOptional child age in months (0–216) to bias results.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
queryYes
totalYes
sourceYes
resultsYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds that it is a search and returns ranked results, which aligns with the annotations. No contradictions or additional behavioral traits needed beyond what is stated.

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?

Three focused sentences with no wasted words. Front-loaded with purpose and source, then output details, then filtering options. Extremely efficient.

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?

Given the four well-documented parameters and presence of output schema, the description covers the tool's purpose, filtering, and the follow-up action. It also notes the developmental domain filter. No major gaps for a search tool.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the purpose of the query parameter as a natural-language question and suggesting the workflow of passing result IDs to 'fetch'. This goes beyond the schema's parameter descriptions.

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 searches a child-development knowledge corpus, specifying the source (pinnacleblooms.org/ask), the types of questions covered, and that it returns ranked results with IDs. It also distinguishes itself from siblings like 'fetch' by noting that results can be passed to it for full answers.

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 explains filtering options and the workflow of using 'fetch' for detailed answers. However, it does not explicitly contrast with other sibling tools like 'browse' or 'compare' to guide when not to use search. Still, the provided context is clear enough for proper usage.

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.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: browse discovers taxonomy values, topic retrieves content for a value, compare does side-by-side analysis, fetch gets full answers, etc. No two tools overlap in functionality, and descriptions make their unique roles evident.

Naming Consistency5/5

All tool names are lowercase, using underscores for compound names (lookup_code, red_flags) while others are single words. This pattern is consistent and predictable, with no mixing of conventions like camelCase.

Tool Count5/5

With 11 tools covering search, retrieval, browsing, comparison, milestones, pathways, red flags, clinical code lookup, and a home overview, the count is well-scoped for a knowledge corpus. Each tool serves a necessary function without redundancy.

Completeness5/5

The tool surface covers the full user journey: orienting (home), discovering (browse), searching (search), retrieving (fetch), comparing (compare), exploring (topic, milestones, pathway, red_flags, related), and code-based lookup (lookup_code). No critical missing operations.

Resources