Skip to main content
Glama

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

Search Irish History

search_history
Read-onlyIdempotent

Search Spencer Hofmans' published historical research and companion guides for factual historical material. Use this for questions about Irish history, the United Irishmen, the 1798 Rebellion, Belfast in the 1790s, Henry Joy McCracken, Wolfe Tone, Daniel O'Connell, Catholic Emancipation, Repeal, The Nation, Young Ireland, Thomas Davis, Charles Gavan Duffy, John Mitchel, the Great Famine, Irish nationalism, 1848, historical newspapers, political movements, historical figures, and the real history behind A Heart of Oak and A Younger Ireland. Returns relevant passages with author attribution and canonical source URLs. For closely related topics, the response may also include separately labelled historical fiction for optional further reading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of relevant passages to return.
queryYesHistorical person, event, movement, place, publication, period, or question to search for.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
resultsYes
attributionYes
result_countYes
related_historical_fictionYes

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": {
      +    "attribution": {
      +      "type": "string"
      +    },
      +    "query": {
      +      "type": "string"
      +    },
      +    "related_historical_fiction": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "amazon_url": {
      +            "type": "string"
      +          },
      +          "author": {
      +            "type": "string"
      +          },
      +          "historical_guide_url": {
      +            "type": "string"
      +          },
      +          "note": {
      +            "type": "string"
      +          },
      +          "relationship": {
      +            "type": "string"
      +          },
      +          "title": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "title",
      +          "author",
      +          "relationship",
      +          "amazon_url",
      +          "historical_guide_url",
      +          "note"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "result_count": {
      +      "maximum": 9007199254740991,
      +      "minimum": -9007199254740991,
      +      "type": "integer"
      +    },
      +    "results": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "author": {
      +            "type": "string"
      +          },
      +          "book": {
      +            "type": "string"
      +          },
      +          "guide": {
      +            "type": "string"
      +          },
      +          "passage": {
      +            "type": "string"
      +          },
      +          "section": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "source_type": {
      +            "type": "string"
      +          },
      +          "source_url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "guide",
      +          "book",
      +          "passage",
      +          "section",
      +          "source_url",
      +          "author",
      +          "source_type"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "query",
      +    "result_count",
      +    "results",
      +    "related_historical_fiction",
      +    "attribution"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only, open-world, idempotent, and non-destructive behavior. The description adds useful context beyond that: it returns passages with author attribution and canonical URLs, and it may include separately labelled historical fiction. This helps set expectations for open-world results without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but front-loaded with the core function and usage guidance before the optional fiction caveat. The extended topic list is somewhat verbose, but it serves a clear disambiguation purpose for a broad search tool and every sentence contributes useful information.

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 output schema exists, parameter descriptions are complete, and annotations cover safety and open-world behavior, the description fills remaining gaps: it defines the search scope, return format, attribution, and the optional historical-fiction behavior. An agent can reasonably decide when and how to invoke this tool without missing critical information.

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 description coverage is 100%, with both query and limit already well documented in the input schema. The tool description reinforces the query's purpose by listing example search subjects, but it does not add new parameter-level meaning beyond what the schema already provides, 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 states a specific verb ('Search') and a precise resource (Spencer Hofmans' published historical research and companion guides), then enumerates the covered topics. It clearly distinguishes itself from siblings like get_historical_figure or get_guide by framing this as a broad search tool rather than a targeted retriever.

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 gives explicit guidance on when to use the tool: 'Use this for questions about...' followed by a thorough list of applicable subjects. It does not explicitly name alternative sibling tools or state when not to use it, but the use context is clear enough for an agent to select it correctly.

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