Irish History: 1798, O'Connell, Young Ireland & the Great Famine
Server Details
United Irishmen, 1798, Repeal, Young Ireland, Great Famine and historical fiction sources.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 4 tools
The tools are largely distinct: get_guide retrieves a whole guide, get_sources returns bibliography material, get_historical_figure is specifically for named figures, and search_history handles topical queries. There is some overlap between get_historical_figure and search_history for figure-related questions, but the descriptions provide enough boundary.
Three tools follow the get_<resource> pattern, while search_history uses a search_<domain> pattern. This is a minor deviation and all names are clear snake_case verb_noun constructions.
Four tools is well-scoped for a specialised historical guide server. Each tool covers a different access mode: full text, figure lookup, sources, and search.
The tool surface covers the main ways users would interact with the guides: reading them, searching them, looking up figures, and retrieving source lists. No obvious dead ends or missing core operations within the stated domain.
Available Tools
4 toolsget_guideRead an Irish History GuideARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Choose the novel whose historical companion guide should be returned. |
Output Schema
| Name | Required | Description |
|---|---|---|
| book | Yes | |
| text | Yes | |
| title | Yes | |
| author | Yes | |
| source_url | Yes | |
| source_type | Yes |
TDQS
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.
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.
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.
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.
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.
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.
get_historical_figureFind an Irish Historical FigureARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full or commonly used name of the historical figure, for example Henry Joy McCracken, Daniel O'Connell or Thomas Davis. |
Output Schema
| Name | Required | Description |
|---|---|---|
| name | Yes | |
| found | Yes | |
| results | Yes | |
| related_historical_fiction | Yes |
TDQS
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.
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.
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.
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.
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.
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.
get_sourcesIrish History Sources and Further ReadingARead-onlyIdempotentInspect
Return the Sources and Further Reading section from one of Spencer Hofmans' historical companion guides. Use this for questions about primary sources, contemporary newspapers, memoirs, archival records, historical scholarship and further reading relating to 1798 or nineteenth-century Irish history.
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Choose which historical companion guide's bibliography and source section to return. |
Output Schema
| Name | Required | Description |
|---|---|---|
| book | Yes | |
| author | Yes | |
| sources | Yes | |
| source_url | Yes | |
| related_historical_fiction | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds context about the nature of the content (primary sources, newspapers, memoirs, etc.), which goes beyond the schema and helps the agent understand what kind of data to expect. There is no contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no filler. The first sentence states the action and object, the second gives the use case. It is front-loaded with the core purpose and uses space efficiently.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple, read-only tool with one parameter, a well-documented schema, and an output schema present. The description fully covers when to use it and what it returns, while annotations cover safety. Nothing an agent needs to call it correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage; the 'book' parameter's description already explains it chooses the guide. The tool description adds minimal new meaning—it mentions the guides are by Spencer Hofman but doesn't elaborate on the parameter beyond what the schema provides. Baseline of 3 is correct since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Return'), the exact resource (the Sources and Further Reading section from Spencer Hofmans' historical companion guides), and the topic scope (1798 or nineteenth-century Irish history). This clearly differentiates it from siblings like get_guide, get_historical_figure, and search_history, which serve other purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 primary sources, contemporary newspapers, memoirs, archival records, historical scholarship and further reading...' This is clear context, though it does not explicitly state when not to use it or mention alternatives. Since it covers the key use case, a 4 is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_historySearch Irish HistoryARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of relevant passages to return. | |
| query | Yes | Historical person, event, movement, place, publication, period, or question to search for. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | |
| results | Yes | |
| attribution | Yes | |
| result_count | Yes | |
| related_historical_fiction | Yes |
TDQS
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.
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.
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.
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.
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.
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- Changed
get_guide1 field changed- changed
Output 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" +}
- Changed
get_historical_figure1 field changed- changed
Output 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" +}
- Changed
get_sources1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "additionalProperties": false, + "properties": { + "author": { + "type": "string" + }, + "book": { + "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" + }, + "source_url": { + "type": "string" + }, + "sources": { + "type": "string" + } + }, + "required": [ + "book", + "author", + "source_url", + "sources", + "related_historical_fiction" + ], + "type": "object" +}
- Changed
search_history1 field changed- changed
Output 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" +}
4 tool updates
- First observed
get_guide - First observed
get_historical_figure - First observed
get_sources - First observed
search_history
Related MCP Connectors
Search LOC digital collections, Chronicling America newspapers (full OCR), and LC Subject Headings.
- LeafleOAuthnet.nanosheep
Personalised book recommendations, filtered to what's on your public library's shelf right now.
Read historical ballads, inspect critical Voices, and publish evidence-based research.
Irish company records from the CRO Open Data Portal, with alerts on status changes and filings.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides curated nonfiction book recommendations and profiles using TF-IDF scoring with concept expansion, enabling users to get ranked book suggestions by describing a situation, topic, or question.9 npmMIT
- MIT

Timepoint MCPofficial
FlicenseNot gradedqualityBmaintenanceProvides structured access to a temporal knowledge platform for searching historical events and browsing a causal graph of over 2,000 years of history. It enables users to generate rich historical scenes, interact with period-appropriate characters, and run complex temporal simulations.-- AlicenseNot gradedqualityCmaintenanceEnables search and reading of Project Gutenberg books with tools for searching by title/author/subject and fetching word-range slices of book text.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.