Skip to main content
Glama

PalTool — Palworld Breeding for AI

get_breeding_child

Given two parent Pals in Palworld, return the child they produce when bred together. Free tier: 20 calls/day per IP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_aYesFirst parent Pal name or id.
parent_bYesSecond parent Pal name or id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses the free-tier rate limit and the basic read nature, but doesn't state error behavior, output format, or whether parent order matters. The rate limit adds value beyond schema fields.

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?

Two short sentences front-load the core function and include a rate-limit note. No filler or redundant 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 two-parameter read tool, the description is largely complete: it states inputs, output, and rate limit. It could specify whether parent order affects the result or clarify the exact child return format, but these are minor 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%, with each parameter already described as a Pal name or id. The description only refers to 'two parent Pals' and adds no further semantic detail, such as whether parent order matters, so baseline 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?

Description uses specific verb 'return' and resource 'child' from two parent Pals, clearly distinguishing it from sibling tools like find_breeding_routes. The scope is unambiguous.

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?

Context is clear: use when you have two specific parents and want their direct offspring. However, it doesn't explicitly mention when not to use or contrast with alternatives like find_breeding_routes, so it stops short of a 5.

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.

Resources