Skip to main content
Glama

지원 대학 목록

list_supported_universities
Read-onlyIdempotent

적합도 진단이 지원되는 대학을 페이지 단위로 반환합니다. 합격률·SAT/ACT 밴드는 확인된 데이터가 있는 대학에만 포함되며, 없는 값은 null로 명시됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo페이지 크기 (기본 25, 최대 50)
offsetNo페이지 시작 위치 (기본 0)
countryNo국가 코드 (예: US)
with_test_bands_onlyNotrue면 SAT 또는 ACT 밴드가 있는 대학만 반환

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / limit
      Added value: +{
      +  "description": "페이지 크기 (기본 25, 최대 50)",
      +  "maximum": 50,
      +  "minimum": 1,
      +  "type": "integer"
      +}
    • addedInput schema / properties / offset
      Added value: +{
      +  "description": "페이지 시작 위치 (기본 0)",
      +  "maximum": 9007199254740991,
      +  "minimum": 0,
      +  "type": "integer"
      +}
    • addedInput schema / properties / with_test_bands_only
      Added value: +{
      +  "description": "true면 SAT 또는 ACT 밴드가 있는 대학만 반환",
      +  "type": "boolean"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds context beyond annotations: it mentions pagination, explicit null handling for missing data, and that SAT/ACT bands are only present for verified universities. Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description does not contradict them.

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: the first states the primary function, the second adds important detail about data completeness. No wasted words; information is efficiently front-loaded.

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?

Given no output schema, the description adequately explains return format (paginated, nullable fields). It could explicitly describe pagination behavior (e.g., offset/limit usage) and potential response structure, but the existing detail is sufficient for tool selection.

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 coverage is 100%, so the schema already documents all parameters. The description adds value by linking the 'with_test_bands_only' parameter to the behavior of including only universities with verified bands, but otherwise does not significantly extend parameter semantics.

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 it returns a paginated list of universities that support the fit diagnosis (적합도 진단). It distinguishes itself from sibling tools like assess_admissions_fit and search_mentors by focusing on listing supported institutions.

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 implies usage context for retrieving supported universities but does not explicitly state when to use this tool over siblings or provide exclusion criteria. It does clarify that certain data fields may be null if not verified, guiding agent expectations.

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