Skip to main content
Glama

Item Children

item_children
Read-onlyIdempotent

List the child items of a ScienceBase catalog item. The catalog is hierarchical — collections and folders contain sub-items (use get_item to check has_children). Keyless.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax children, default 15, max 30.
parent_idYesThe id of the parent catalog item, e.g. "58e64ab1e4b09da6799ac732".

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, non-destructive, and idempotent. The description adds 'Keyless' indicating no authentication, but lacks details on pagination, empty results, or error scenarios, which are beyond what annotations cover.

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 extremely concise with two sentences that convey purpose, context, and a usage hint. Every sentence adds 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?

Given the tool's simplicity and the presence of good annotations, the description covers the main points. However, it omits details about pagination or the limit parameter behavior that would be helpful without an output schema.

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% and both parameters have clear descriptions in the schema. The description does not add additional semantic information beyond what is already in the schema, so a baseline score 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 clearly states the verb (list) and the resource (child items of a ScienceBase catalog item), and distinguishes it from siblings like get_item and search_items by specifying the hierarchical context and suggesting checking has_children via get_item.

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?

Provides explicit guidance to use get_item to check has_children before calling, creating a clear precondition. However, it does not explicitly state when not to use this tool or mention alternative tools for related tasks.

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.9/5.0
Disambiguation4/5

Most tools have distinctly described purposes, but there is some overlap among query tools like ask_pipeworx, ask_pipeworx_grounded, deep_research, and validate_claim, which could cause confusion for an agent.

Naming Consistency3/5

Tool names are consistently snake_case but vary in pattern: some are verb_noun (ask_pipeworx, compare_entities), while others are noun_noun (entity_profile, polymarket_arbitrage) or longer phrases (scan_competitor_ai_presence), making the naming system inconsistent.

Tool Count2/5

With 33 tools, the server feels over-scoped. Many tools are niche (e.g., polymarket-specific ones) and the high number exceeds the typical range for a focused server, leading to potential overwhelm.

Completeness3/5

The server covers a broad range of query and monitoring tasks for its domains, but lacks write operations (except memory tools). There are notable gaps like no tool for creating or editing ScienceBase items, which seems incomplete given the server's name.