Skip to main content
Glama

create_question_banks

Batch create one or more empty question banks, each with a name, to organize quiz questions. Combine with question creation and quiz binding workflows to build assessments.

Instructions

Create one or more question banks. This is a BATCH operation.

    Each item takes a single attribute, `name` (required, max 500). A new bank is
    EMPTY and bound to nothing: add items with `create_questions` and
    `question_bank_id` set, then attach it to a quiz with
    `bind_quiz_question_banks`.

    Requires the `question-banks:write` OAuth scope.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
question_banksYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
noteYes
totalYes
failedYes
succeededYes
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

The annotation flags (readOnlyHint/idempotentHint/destructiveHint all false) say little, so the description carries the transparency burden and delivers: batch semantics, the post-condition that a new bank is 'EMPTY and bound to nothing,' and the required 'question-banks:write' OAuth scope. It matches the annotations (a create operation is correctly not readOnly) and adds genuinely useful behavioral context beyond them.

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?

Four compact sentences: purpose, per-item parameter contract, post-creation workflow, and auth scope. Each sentence earns its place and the critical purpose is front-loaded before the workflow detail.

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 single-parameter create operation with an output schema present, the description covers the essentials: what it does, the batch behavior, the exact item shape, the follow-up steps, and the permission required. Nothing critical is missing; the only minor gap is implicit partial-failure behavior for a multi-item batch, which is not disclosed.

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

Parameters4/5

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

Schema description coverage is 0% and the schema itself is thin ('additionalProperties': true on item objects), so the description must compensate — and it does by specifying that each item takes a single required attribute, name, with a max of 500. This materially narrows the agent's uncertainty about the runtime contract, though a concrete item shape example or explicit note that extra properties are rejected would have pushed it to a 5.

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 opens with a specific verb and resource — 'Create one or more question banks' — and immediately flags the batch nature of the operation. It is clearly differentiated from its siblings (list_question_banks, get_question_bank, update_question_banks, delete_question_banks) and from create_questions, which the description itself references for the next step.

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 gives an explicit workflow: create banks here, then add items with create_questions and question_bank_id, then attach to a quiz with bind_quiz_question_banks. It does not explicitly state when NOT to use this tool relative to update/delete variants, but the workflow context tells an agent exactly where this tool sits in the lifecycle.

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

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/CloudSecurityAlliance/csa-skilljar'

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