Skip to main content
Glama

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

Find an Irish Historical Figure

get_historical_figure
Read-onlyIdempotent

Find passages about a named historical figure in Spencer Hofmans' Irish history guides. Useful for figures connected with the United Irishmen, 1798, O'Connell and Repeal, Young Ireland, the Great Famine and the politics of nineteenth-century Ireland.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFull or commonly used name of the historical figure, for example Henry Joy McCracken, Daniel O'Connell or Thomas Davis.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
foundYes
resultsYes
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": {
      +    "found": {
      +      "type": "boolean"
      +    },
      +    "name": {
      +      "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"
      +    },
      +    "results": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "author": {
      +            "type": "string"
      +          },
      +          "guide": {
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "passage": {
      +            "type": "string"
      +          },
      +          "section": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "source_url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "name",
      +          "guide",
      +          "section",
      +          "passage",
      +          "source_url",
      +          "author"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "name",
      +    "found",
      +    "results",
      +    "related_historical_fiction"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful context about the guide corpus and historical scope, but discloses no additional operational behavior such as output limits or failure modes.

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 two sentences long, front-loads the core action, and uses the second sentence to add relevant scope. There is no filler or redundant restatement of the title.

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?

With one required parameter, rich annotations, and an output schema available, the description provides enough information for an agent to invoke the tool on a named figure. The thematic scope and resource are both clearly identified, and no critical operational detail appears to be missing.

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?

The input schema fully documents the single 'name' parameter with minLength and concrete examples, so there is no documentation gap for the description to fill. The description only echoes the idea of a named figure without adding parameter-level meaning.

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 and resource: 'Find passages about a named historical figure in Spencer Hofmans' Irish history guides.' It also signals the selection criterion (by name) and topic scope, which distinguishes it from broader sibling tools like search_history.

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 second sentence provides clear context for when the tool is useful, listing concrete historical subjects such as the United Irishmen, 1798, O'Connell and Repeal, and Young Ireland. It does not explicitly contrast with sibling tools or state exclusions, so it stops short of full alternative-routing guidance.

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