Skip to main content
Glama
aerovfx
by aerovfx

aeroedu_question_search

Read-onlyIdempotent

Search the AeroEdu question bank for questions by subject, grade, chapter, topic, difficulty, and keyword. Use the results directly to populate exams.

Instructions

Tìm kiếm câu hỏi trong Ngân hàng câu hỏi (Question Bank) của AeroEdu. Hỗ trợ tìm theo môn, lớp, chương, chủ đề, độ khó, từ khoá, loại câu. Kết quả có thể dùng trực tiếp cho aeroedu_exam_create questions array.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoFull-text search: tìm trong nội dung câu, chủ đề, chương, lesson
subjectNoMôn học (physics, math, chemistry, biology, v.v.)
gradeNoLớp học (1-12)
topicNoChủ đề / bài học (ILIKE search)
chapterNoTên chương (ILIKE search)
difficultyNoĐộ khó của câu hỏi
statusNoTrạng thái câu. Mặc định: Hoạt độngHoạt động
limitNoSố câu tối đa trả về (1-200). Mặc định: 20
offsetNoBỏ qua N câu đầu (cho pagination)
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds search scope details (filters, output usability) but no additional behavioral traits beyond what annotations imply. No contradictions; the description aligns with the read-only, non-destructive nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is two sentences in Vietnamese, concise and front-loaded. First sentence states purpose, second lists supported filters and output use. No redundancy or fluff. Could be slightly more structured, but highly efficient.

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 9 optional parameters, no nested objects, and no output schema, the description provides a solid overview of capabilities and downstream integration (exam creation). It doesn't detail pagination behavior beyond schema-defined limit/offset, but that is adequate. Missing explicit return format info, but not critical given schema coverage.

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 100% – every parameter already has a clear description in the schema (e.g., 'Full-text search', 'Môn học', 'Lớp học'). The tool description merely summarizes these filters without adding significant new semantics. Thus, baseline score of 3.

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 'Tìm kiếm câu hỏi trong Ngân hàng câu hỏi (Question Bank) của AeroEdu' – a specific verb ('search') and resource ('question bank'). It lists multiple search dimensions (subject, grade, topic, etc.), distinguishing it from siblings like 'aeroedu_kg_search' (knowledge graph) and 'aeroedu_exam_create' (which uses the results). No ambiguity.

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 explicitly mentions that results can be used directly for 'aeroedu_exam_create questions array', providing clear downstream usage context. While it doesn't state when not to use this tool versus alternatives, the search criteria and purpose are well-defined enough for an agent to decide appropriately.

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/aerovfx/MCPaeroedu'

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