Skip to main content
Glama

Irish History: 1798, O'Connell, Young Ireland & the Great Famine

Read an Irish History Guide

get_guide
Read-onlyIdempotent

Return the current published text of one of Spencer Hofmans' historical companion guides. Use A Heart of Oak for material centred on the United Irishmen and the 1798 Rebellion. Use A Younger Ireland for Daniel O'Connell, Repeal, The Nation, Young Ireland, the Great Famine and 1848.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYesChoose the novel whose historical companion guide should be returned.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYes
textYes
titleYes
authorYes
source_urlYes
source_typeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "https://json-schema.org/draft/2020-12/schema",
      +  "additionalProperties": false,
      +  "properties": {
      +    "author": {
      +      "type": "string"
      +    },
      +    "book": {
      +      "type": "string"
      +    },
      +    "source_type": {
      +      "type": "string"
      +    },
      +    "source_url": {
      +      "type": "string"
      +    },
      +    "text": {
      +      "type": "string"
      +    },
      +    "title": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "title",
      +    "book",
      +    "author",
      +    "source_url",
      +    "source_type",
      +    "text"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds 'current published text,' clarifying that drafts or superseded versions won't be returned, which is useful but modest. No contradiction.

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 sentences, front-loaded with the core purpose before the selection guidance. Every clause carries information — no filler, no repetition of the schema.

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 single-enum-parameter read-only tool with an output schema and full annotations, the description covers purpose and selection criteria completely. The only gap is disambiguating from the get_sources sibling, which a brief 'not' note would close.

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% and the book parameter has an enum plus a description, so the baseline is 3. The description adds real value by mapping each book to its historical subject matter, letting an agent pick the correct enum value from a topic alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource — 'Return the current published text of one of Spencer Hofmans' historical companion guides' — and clearly delineates the two books by topic. It doesn't explicitly distinguish this tool from siblings like get_sources, but the guide-vs-figure-vs-sources distinction is reasonably inferable.

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?

Gives explicit topic-based selection guidance for the two enum values — A Heart of Oak for United Irishmen/1798, A Younger Ireland for O'Connell/Repeal/Famine/1848 — which is clear when-to-use context for the parameter. However, it never addresses when to prefer a sibling tool like search_history or get_sources over this one.

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