Skip to main content
Glama

edubase_get_exam_certificates_presets

Read-onlyIdempotent

Retrieve certificate presets available for an exam, including public, personal, and organization-owned options. Filter presets by exam and language to find suitable certificates.

Instructions

List the certificate presets that can be used on exams. The public presets, the owned presets and the presets of the organizations of the user are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
examNoexam identification string, only the presets that can be used on this exam are listed, the language of the exam is used for the ordering of the presets
languageNooptional language to filter the results with

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
examNoexam identification string (only present if an exam is specified)
presetsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.2.16

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already establish readOnly, idempotent, non-destructive behavior, so the description only needs to add context. It adds the useful scope that public, owned, and organization presets are returned, but it does not disclose output details, pagination, or ordering behavior beyond what the schema covers.

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 sentences with no filler; the action is front-loaded and the second sentence adds meaningful scope information. 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?

With an output schema, read-only annotations, and only two optional parameters, the description is nearly complete. It explains what is listed and the ownership categories returned; a small gap is that it doesn't explicitly connect the optional exam parameter to filtering/ordering, though the schema covers that.

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%, so the schema already documents the exam and language parameters. The description adds no syntax or behavioral details beyond the schema's own parameter descriptions; the baseline of 3 applies.

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 uses a specific verb ('List') and a specific resource ('certificate presets') and narrows scope to presets usable on exams. It also distinguishes this from sibling certificate tools like edubase_get_exam_certificates by describing presets rather than certificates.

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 use case is implied: retrieve preset templates that an exam can use, with public/owned/organization sources returned. However, it does not explicitly state when to prefer this over sibling tools such as edubase_get_exam_certificates or edubase_get_exam_certificates_user, nor does it give exclusion conditions.

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