Skip to main content
Glama

search_students

Search for students using partial, case-insensitive names and retrieve their basic information with paginated results.

Instructions

Search for students by name (partial, case-insensitive match).

Args:
    name: Partial name to search for (optional).
    page: Page number (default: 1).
    page_size: Items per page (default: 20, max: 100).

Returns:
    List of matching students with their basic information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
pageNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals partial matching, case-insensitivity, pagination defaults, and the maximum page size. This goes beyond a simple 'search' statement, though it omits possible edge cases like empty results or behavior when name is null.

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 concise and well-structured with a clear purpose statement followed by Args and Returns sections. Each line provides essential information without redundancy or fluff, making it easy to scan.

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?

The tool is simple with 3 optional parameters, and the description covers search behavior, pagination, and return type. It does not explicitly state what happens when name is omitted (likely returns all) or describe 'basic information' fields, but the presence of an output schema probably covers return structure. Overall, it is adequate but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description explains all three parameters with meaningful context: name is optional and used for partial matching, page defaults to 1, and page_size defaults to 20 with a max of 100. Since the schema has no descriptions (0% coverage), the description fully compensates by adding semantics and constraints.

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 the tool's purpose: 'Search for students by name (partial, case-insensitive match).' It specifies the verb (search), the resource (students), and the filtering behavior (partial, case-insensitive). This distinguishes it from sibling tools like list_students (likely lists all) and get_student (likely fetches by ID).

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 implies usage when a name search is needed, but it does not explicitly contrast with sibling tools such as list_students for unfiltered lists or get_student for exact retrieval. It provides clear context but no exclusions or alternative recommendations, falling short of explicit guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mr-sanjai-offl/talentlens-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server