Skip to main content
Glama

edubase_get_question

Read-onlyIdempotent

Retrieve an existing question's details by its unique identifier. Use this to access question data for building quizzes or managing content.

Instructions

Check existing question. Questions are the lowest level in the EduBase hierarchy, serving as the building blocks for Quiz sets. To get question details, use the question export function!

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesexternal unique question identifier

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYesquestion identification string
idNoexternal unique question identifier (if set for the question)
activeYesquestion is active
Behavior4/5

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

Annotations already indicate readOnly and idempotent. The description adds that this tool is a 'check' and that details require export, which is valuable behavioral context beyond annotations.

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 concise with two sentences. It front-loads the purpose and includes relevant context, though the redirect reference could be considered slightly extraneous.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the existing schema and annotations, the description provides necessary context about the tool's limited scope (check vs. details). However, it does not fully detail the output or usage of the export tool, leaving some gaps.

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?

The input schema fully describes the single 'id' parameter with a clear description. The description does not add further semantics, so baseline 3 applies.

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 'Check existing question' which clearly indicates the tool's purpose. It also provides hierarchy context. However, it does not explicitly differentiate from sibling tools like edubase_get_question_id, and the redirect to 'question export function' may imply this tool is limited.

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 advises using the question export function for details, offering limited guidance on when to use this tool versus alternatives. It lacks explicit when-not-to-use or comparisons with siblings like edubase_get_questions.

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/EduBase/MCP'

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