Skip to main content
Glama

Dog Leadership Academy

Get DLA program pricing + sales pitch

get_program_info

Return information about Dog Leadership Academy's coaching programs — pricing, what's included, and the DLA sales pitch. Use when the user asks how much it costs, what they get, or how DLA works. Options: essentials_monthly, essentials_annual, premium_monthly, premium_annual, or omit tier for all four plus the sales pitch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoOptional. One of: essentials_monthly, essentials_annual, premium_monthly, premium_annual. Omit to receive all tiers.

TDQS

A4.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose whether the tool is read-only, requires authentication, or has any side effects. For a tool that returns static info, this is a gap.

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 concise sentences, front-loaded with purpose and immediately followed by usage guidance and parameter options. No wasted words.

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 tool with one optional parameter and no output schema, the description covers purpose, usage, and parameter details. It could mention that the tool is non-destructive, but overall it is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers the tier parameter 100%. The description adds value by listing the exact enum values and explaining that omitting tier returns all tiers plus the sales pitch, going beyond the schema.

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 'return' and the resource 'DLA program info', listing specific content (pricing, inclusions, sales pitch). It distinguishes itself from siblings like create_enrollment_checkout which handles purchases.

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 explicitly says 'Use when the user asks how much it costs, what they get, or how DLA works.' This provides clear usage context, though it does not mention when not to use it or give alternatives.

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 clear, distinct purpose. There is no overlap: payment enrollment, article retrieval, program info, topic listing, article search, and assessment submission are all unique operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., create_enrollment_checkout, search_dog_problems). No mixing of conventions or ambiguous verbs.

Tool Count5/5

With 6 tools, the server covers the essential user workflow without being sparse or bloated. Each tool serves a necessary function for the domain.

Completeness5/5

The tool set covers the full user journey: exploring the library (search, list topics, get article), learning about programs, submitting a free assessment, and enrolling. No obvious gaps for the intended purpose.

Resources