Skip to main content
Glama

pretalx_list_submissions

List submissions for an event, filtering by state, track, or type to find specific proposals.

Instructions

List submissions for an event with optional server-side filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventNo
limitNo
stateNo
trackNo
include_rawNo
submission_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It only says 'List submissions... with optional server-side filters', which largely restates the schema. No details on pagination, event identifier format, filtering behavior, rate limits, or required permissions are provided.

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 a single sentence, front-loaded with the action and resource. It is appropriately concise with zero wasted words, though the brevity comes at the cost of substantive explanation.

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

Completeness2/5

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

Given no annotations and no schema descriptions, and despite the presence of an output schema, the description is too sparse. It does not explain how to specify an event, valid values for limit/state/track, what include_raw does, or how this listing relates to search_submissions, leaving significant gaps for an agent.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. The phrase 'optional server-side filters' is generic and does not explain any of the six parameters (event, limit, state, track, include_raw, submission_type) or their intended formats, restrictions, or interactions.

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 uses a specific verb 'List' and resource 'submissions', scoped to 'an event', making the primary action clear. It hints at server-side filters but does not explicitly differentiate from sibling tools like pretalx_search_submissions, which could be a near-identical use case.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as pretalx_search_submissions or pretalx_get_submission. There is no mention of prerequisites, exclusions, or scenarios where a different tool would be more appropriate.

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/kevinnz/pretalx-local-mcp'

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