Skip to main content
Glama

vibo_list_section_questions

Read-only

List a music event section's DJ planning questions, including each question's type, options, answer status, current answer, and progress.

Instructions

List the DJ's planning questions for a section, with each question's type (text/radio/checkbox/select/link/header), available options, whether it's answered, the current answer, and overall progress. Use the question _id (and option _ids) with vibo_answer_question.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventIdYesEvent id.
sectionIdYesSection id (from vibo_list_sections).
Behavior4/5

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

Annotations declare readOnlyHint=true, so the read-only safety is covered. The description adds valuable detail about the response structure (question type, options, answered status, current answer, progress), going beyond the schema and annotations.

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, no filler. The first sentence packs the core purpose and output details, the second provides a cross-tool usage pointer. Well-structured.

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

Completeness5/5

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

With no output schema, the description effectively documents the return value by enumerating fields. Combined with readOnlyHint and clear parameter guidance, the tool is fully specified for an agent.

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?

Both parameters have full schema descriptions (eventId, sectionId), and the description adds no additional parameter-specific meaning. The sectionId description already references vibo_list_sections, so baseline 3 is appropriate.

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 lists DJ planning questions for a section, with specific fields returned. The verb 'List' plus resource 'section questions' distinguishes it from sibling tools like vibo_list_sections and vibo_get_section_songs.

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 provides workflow guidance by explicitly instructing to use the question _id and option _ids with vibo_answer_question, and the sectionId parameter references vibo_list_sections as a prerequisite. It lacks explicit alternatives but the cross-tool reference is strong.

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/chrischall/vibo-mcp'

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