Skip to main content
Glama

HenryKnows

Server Details

F-1 and J-1 student immigration answers with citations to regulations and agency guidance.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

ask_henry and search_sources have clearly distinct outputs—one returns a synthesized cited answer, the other returns raw passages—while connect handles session state. No two tools appear to do the same thing.

Naming Consistency4/5

Two tools follow a verb_noun pattern (ask_henry, search_sources), while connect is a bare verb—a minor deviation. All names are lowercase snake_case and readable, so the set remains predictable.

Tool Count5/5

Three tools cover the core interactions for this specialized assistant: ask, search, and session connect. This is well-scoped and avoids redundancy.

Completeness5/5

For the stated domain of F-1/J-1/OPT/CPT questions, the set provides both direct Q&A and transparent source search, plus session continuity. There are no obvious dead ends for the intended workflow.

Available Tools

3 tools
ask_henryAsk HenryKnowsA
Read-only
Inspect

Ask HenryKnows a question about F-1/J-1 student immigration, SEVIS, OPT, CPT or related rules and get a cited answer. Ask in the person's own terms; do not add identifiers. Answers take 10–40 seconds.

ParametersJSON Schema
NameRequiredDescriptionDefault
sessionNoThe HenryKnows session from an earlier result, or the session code the person gave you. Omit to start a new one.
audienceNoprofessional (default): precise, regulation-cited. student: plain language for the student themselves.
questionYesThe question, with the facts that matter (dates, degree level, category, employer type) and no names or ID numbers.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, covering safety. The description adds useful behavioral context beyond that: it discloses the response latency (10–40 seconds), that answers are cited, and gives a phrasing instruction. This goes beyond what annotations provide, though it doesn't mention session handling or error cases, which are handled by the schema.

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 only two sentences: the first delivers the core purpose, the second adds critical usage and timing information. It is front-loaded, with no repetition of schema or annotation fields, and every sentence adds value. Excellent concision.

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 question-answering tool, the description covers purpose, latency, response style, and phrasing constraints. It does not explicitly differentiate from siblings, but the schema and annotations cover parameter details and safety. The output schema is absent, but the cited-answer behavior is stated. Overall, it is adequately complete for an agent to call it correctly.

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%, so the baseline is 3. The description adds meaningful guidance on the 'question' parameter by instructing the agent to ask in the person's own terms and avoid identifiers, which clarifies expected content in a way the schema's field description does not fully capture. This modest addition justifies a 4.

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 a specific verb ('Ask') and resource ('HenryKnows'), and defines the exact domain (F-1/J-1 immigration, SEVIS, OPT, CPT). This distinguishes it from siblings like 'search_sources' and 'connect', which have different functions. Even without naming them, the purpose is unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes guidance on how to phrase questions ('Ask in the person's own terms; do not add identifiers') and notes the response time, but it does not explicitly state when to prefer this tool over its siblings 'connect' or 'search_sources'. There is no direct comparison or exclusion, so the selection criteria are left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

connectConnect to a HenryKnows pageA
Read-only
Inspect

Connect to the HenryKnows page the person is watching (turns its light green) and get the session to pass on later calls. Call this first if the person gave you a session code; otherwise it is optional — ask_henry and search_sources connect too.

ParametersJSON Schema
NameRequiredDescriptionDefault
sessionNoThe HenryKnows session from an earlier result, or the session code the person gave you. Omit to start a new one.

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context beyond the annotations: the tool turns the page light green, establishes a session, and can be omitted because other tools connect as well. It does not describe failure modes or what happens with an invalid session code, but the core behavior is transparent.

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?

Three sentences with no wasted words. The most important guidance ('Call this first if...') is front-loaded, and the optionality is stated immediately after. Every sentence earns its place.

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-optional-parameter tool with full schema coverage and safety annotations, the description is nearly complete. It explains the purpose, the effect, the session handoff, and when to call it. The only minor gap is that it doesn't describe what happens if an invalid session code is provided, but that is not essential for correct invocation.

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 description coverage is 100%, so the schema already documents the session parameter. The description adds value by explaining where the session comes from ('from an earlier result, or the session code the person gave you') and that omitting it starts a new one. This goes beyond the schema's description.

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 ('Connect'), a specific resource ('the HenryKnows page the person is watching'), and a concrete observable effect ('turns its light green'). It also explains the session handoff purpose, which distinguishes it from the sibling tools ask_henry and search_sources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: 'Call this first if the person gave you a session code; otherwise it is optional.' It also names the alternatives (ask_henry and search_sources) and notes that they connect too, so an agent knows when this tool is not required.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_sourcesSearch HenryKnows sourcesA
Read-only
Inspect

Search HenryKnows' knowledge base (regulations, SEVP/USCIS guidance, Federal Register rules) and get the matching passages with their source links, so you can read and cite the text yourself. Fast; no model call.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHow many passages (default 6).
queryYes
sessionNoThe HenryKnows session from an earlier result, or the session code the person gave you. Omit to start a new one.

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive, lowering the bar. The description adds useful behavioral context beyond annotations: it returns passages with source links and explicitly states 'Fast; no model call,' which helps an agent set expectations about latency and behavior. 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.

Conciseness5/5

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

Two efficient sentences with no filler. The core action and result are front-loaded, and the parenthetical scope list adds useful specificity without bloat.

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 search tool with a read-only annotation, a simple schema, and no output schema, the description adequately conveys what the tool returns and the knowledge domain covered. It could be more complete by explicitly distinguishing itself from ask_henry, but the core calling context is covered.

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 67%: limit and session already have descriptions, while query has only length constraints. The description does not add meaning for the query parameter beyond the general knowledge-base scope, but this is acceptable because most parameters are already documented in the schema.

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 verb and resource: 'Search HenryKnows' knowledge base' and lists the covered content areas. It clearly conveys that the tool returns matching passages with source links for citation. It does not explicitly name or contrast the sibling tools, though 'no model call' hints at a difference from ask_henry.

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 clear context: use this when you need retrievable passages and source links to read and cite yourself, and it notes the tool is fast and does not make a model call. It does not provide explicit when-not-to-use guidance or name alternatives, but the intended use case is implied strongly enough.

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.

  1. 3 tool updates
    • First observedask_henry
    • First observedconnect
    • First observedsearch_sources

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    MCP server for US immigration guidance — live Visa Bulletin, priority date checker, and immigration term explanations powered by official government data
    3
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Computes Japanese payroll, social insurance, and labour law obligations—such as premiums, withholding tax, and minimum wage—citing the statute each answer relies on, enabling auditable calculations through an AI assistant.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Full-text search and retrieval over official congressional documents (hearings, committee reports, Congressional Record) with citations and govinfo.gov links, designed for grounding AI answers in the official record.
    3 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources