Sessionplan
Server Details
Create and edit visual agendas for workshops, trainings, meetings, and events.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- tim-peters/sessionplan
- GitHub Stars
- 3
Available Tools
2 toolscreate_session_linkCreate SessionplanARead-onlyInspect
Use this when the user wants a new Sessionplan for a workshop, training, meeting, event, or other timed session, or a revised link after decoding an existing Sessionplan. Pass a complete session object matching inputSchema; partial updates and patches are not accepted. The returned structuredContent.link is an opaque snapshot URL and must be presented verbatim.
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| link | Yes | Opaque, directly openable Sessionplan snapshot URL. Present this exact value verbatim; do not reconstruct, normalize, shorten, decode, or modify it. |
| summary | No | Optional compact summary of the encoded session. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark this as read-only and non-destructive, and the description adds valuable behavioral details beyond that: the input must be a complete session object, partial updates and patches are rejected, and the returned structuredContent.link is an opaque snapshot URL that must be shown verbatim. This meaningfully informs the agent about failure modes and output handling without contradicting the read-only annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences with no filler. The usage trigger is front-loaded, followed by the input contract and the output-handling requirement. Every sentence contributes essential information for correct invocation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the nested schema, existing output schema, and annotations, the description covers all essential operational aspects: when to call, what input shape is expected, the strictness of the input, and how to handle the returned link. Nothing needed to safely invoke the tool correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, but the description compensates with the critical semantic rule: the single 'session' parameter must be a complete object and partial updates are not accepted. This goes beyond the raw schema by clarifying the all-or-nothing contract. It does not enumerate nested fields, but those are fully defined in the input schema itself, so the added guidance is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a clear 'Use this when...' that ties the tool to a specific user intent: creating a new Sessionplan or regenerating a link from a decoded session. It specifies the resource type (Sessionplan for workshops, training, meetings, events, or other timed sessions) and distinguishes this from the decode workflow by referencing 'after decoding an existing Sessionplan.' The verb and scope are unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool: whenever a new Sessionplan link is needed or a revised link is required after decoding. It does not explicitly name decode_session_link as the alternative for decoding, but the workflow is implied strongly enough that an agent can route correctly between the two sibling tools. A direct 'use decode_session_link for decoding' would have made this fully explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
decode_session_linkOpen SessionplanARead-onlyInspect
Use this whenever the user provides a Sessionplan URL, URL hash, or v2 snapshot code and wants it read, summarized, reviewed, validated, or changed. The validated structuredContent.session is the source of truth. For changes, modify the complete decoded session and pass it to create_session_link; the existing snapshot is not modified in place.
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | Unmodified Sessionplan URL, URL hash, or v2 snapshot code supplied by the user. |
Output Schema
| Name | Required | Description |
|---|---|---|
| session | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this by stating the existing snapshot is not modified in place. It adds useful context beyond annotations: the decoded output is validated and structuredContent.session is authoritative. This helps agents understand the tool's non-mutating behavior and its role in a change workflow.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact sentences carry all essential information: when to use, what the output represents, and how to handle changes. The description is front-loaded with the trigger condition and avoids redundant or tangential details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with an output schema and helpful annotations, the description covers usage context, the change workflow, and the sibling tool relationship. Nothing critical is missing for an agent to select and invoke this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes the link parameter thoroughly with its accepted forms and the requirement that it be unmodified. The description adds little new parameter-level meaning; it mainly restates the input forms in the usage context. With 100% schema coverage, a baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's purpose: decoding Sessionplan URLs, URL hashes, or v2 snapshot codes for reading, summarizing, reviewing, validating, or changing. It explicitly names the validated structuredContent.session as the source of truth, which distinguishes it from the sibling create_session_link.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states exactly when to use this tool ('whenever the user provides a Sessionplan URL, URL hash, or v2 snapshot code') and how it differs from the alternative: for changes, modify the decoded session and pass it to create_session_link. It also clarifies that the existing snapshot is not modified in place, preventing misuse.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- Changed
create_session_link28 fields changed- removed
Input schema / $defs / WorkshopItemRemoved value: -{ - "additionalProperties": false, - "properties": { - "blockTypeId": { - "description": "ID of a declared block type, or null when none applies.", - "type": [ - "string", - "null" - ] - }, - "children": { - "description": "Nested items belonging to a group or breakout.", - "items": { - "$ref": "#/$defs/WorkshopItem" - }, - "type": "array" - }, - "duration": { - "description": "Item duration in minutes.", - "minimum": 0, - "type": "number" - }, - "durationLocked": { - "description": "Whether automatic adjustments must preserve this duration.", - "type": "boolean" - }, - "fixedStartTime": { - "description": "Explicit start time for the item when one is required.", - "type": "string" - }, - "id": { - "description": "Stable item identifier, unique within the session.", - "minLength": 1, - "type": "string" - }, - "laneIndex": { - "description": "Zero-based breakout lane index for this item.", - "minimum": 0, - "type": "integer" - }, - "lanePersons": { - "additionalProperties": { - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "Mapping from lane identifiers to arrays of declared person IDs.", - "type": "object" - }, - "lanes": { - "description": "Number of breakout lanes.", - "minimum": 1, - "type": "integer" - }, - "material": { - "description": "Physical or digital materials required; use an empty string when none are needed.", - "type": "string" - }, - "notes": { - "description": "Facilitation instructions, method details, or other notes.", - "type": "string" - }, - "parallel": { - "description": "Whether child items or lanes run in parallel.", - "type": "boolean" - }, - "personIds": { - "description": "IDs of declared persons assigned to this item.", - "items": { - "type": "string" - }, - "type": "array" - }, - "sameInAllBreakouts": { - "description": "Whether every breakout lane uses the same agenda.", - "type": "boolean" - }, - "title": { - "description": "Concise title shown in the Sessionplan timeline.", - "type": "string" - }, - "type": { - "description": "Item kind. Groups and breakouts may contain children.", - "enum": [ - "block", - "group", - "breakout" - ], - "type": "string" - } - }, - "required": [ - "id", - "type", - "blockTypeId", - "title", - "duration", - "notes", - "material" - ], - "type": "object" -} - added
Input schema / $defs / blockTypeAdded value: +{ + "additionalProperties": false, + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name", + "color" + ], + "type": "object" +} - added
Input schema / $defs / itemAdded value: +{ + "additionalProperties": false, + "properties": { + "blockTypeId": { + "type": [ + "string", + "null" + ] + }, + "children": { + "items": { + "$ref": "#/$defs/item" + }, + "type": "array" + }, + "duration": { + "minimum": 0, + "type": "number" + }, + "durationLocked": { + "type": "boolean" + }, + "fixedStartTime": { + "type": "string" + }, + "id": { + "minLength": 1, + "type": "string" + }, + "laneIndex": { + "minimum": 0, + "type": "integer" + }, + "lanePersons": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "type": "object" + }, + "lanes": { + "minimum": 1, + "type": "integer" + }, + "material": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "parallel": { + "type": "boolean" + }, + "personIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "sameInAllBreakouts": { + "type": "boolean" + }, + "title": { + "type": "string" + }, + "type": { + "enum": [ + "block", + "group", + "breakout" + ], + "type": "string" + } + }, + "required": [ + "id", + "type", + "blockTypeId", + "title", + "duration", + "notes", + "material" + ], + "type": "object" +} - added
Input schema / $defs / personAdded value: +{ + "additionalProperties": false, + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name", + "color" + ], + "type": "object" +} - added
Input schema / $defs / workshopAdded value: +{ + "additionalProperties": false, + "properties": { + "date": { + "type": [ + "string", + "null" + ] + }, + "description": { + "type": "string" + }, + "durationLocked": { + "type": "boolean" + }, + "lastModified": { + "type": "string" + }, + "startTime": { + "type": [ + "string", + "null" + ] + }, + "targetDuration": { + "minimum": 0, + "type": "number" + }, + "title": { + "type": "string" + } + }, + "required": [ + "title", + "description", + "date", + "startTime" + ], + "type": "object" +} - removed
Input schema / properties / session / descriptionRemoved value: -"Complete Sessionplan document. When creating or revising a plan, send the full document defined here; partial updates and patches are not accepted." - removed
Input schema / properties / session / properties / blockTypes / descriptionRemoved value: -"Small set of reusable visual categories referenced by item blockTypeId values." - added
Input schema / properties / session / properties / blockTypes / items / $refAdded value: +"#/$defs/blockType" - removed
Input schema / properties / session / properties / blockTypes / items / additionalPropertiesRemoved value: -false - removed
Input schema / properties / session / properties / blockTypes / items / propertiesRemoved value: -{ - "color": { - "description": "Color value used to display this block type.", - "type": "string" - }, - "id": { - "description": "Stable block-type identifier, unique within the session.", - "type": "string" - }, - "name": { - "description": "Human-readable block-type name.", - "type": "string" - } -} - removed
Input schema / properties / session / properties / blockTypes / items / requiredRemoved value: -[ - "id", - "name", - "color" -] - removed
Input schema / properties / session / properties / blockTypes / items / typeRemoved value: -"object" - removed
Input schema / properties / session / properties / items / descriptionRemoved value: -"Ordered top-level timeline items. Durations are expressed in minutes." - changed
Input schema / properties / session / properties / items / items / $refPrevious value: -"#/$defs/WorkshopItem"New value: +"#/$defs/item" - removed
Input schema / properties / session / properties / persons / descriptionRemoved value: -"People or roles explicitly supplied for this session." - added
Input schema / properties / session / properties / persons / items / $refAdded value: +"#/$defs/person" - removed
Input schema / properties / session / properties / persons / items / additionalPropertiesRemoved value: -false - removed
Input schema / properties / session / properties / persons / items / propertiesRemoved value: -{ - "color": { - "description": "Color value used to display this person or role.", - "type": "string" - }, - "id": { - "description": "Stable person identifier, unique within the session.", - "type": "string" - }, - "name": { - "description": "Person or role name.", - "type": "string" - } -} - removed
Input schema / properties / session / properties / persons / items / requiredRemoved value: -[ - "id", - "name", - "color" -] - removed
Input schema / properties / session / properties / persons / items / typeRemoved value: -"object" - removed
Input schema / properties / session / properties / version / descriptionRemoved value: -"Sessionplan document format version." - added
Input schema / properties / session / properties / workshop / $refAdded value: +"#/$defs/workshop" - removed
Input schema / properties / session / properties / workshop / additionalPropertiesRemoved value: -false - removed
Input schema / properties / session / properties / workshop / descriptionRemoved value: -"Top-level session metadata." - removed
Input schema / properties / session / properties / workshop / propertiesRemoved value: -{ - "date": { - "description": "Session date, or null when unknown.", - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short description of the session goal or context.", - "type": "string" - }, - "durationLocked": { - "description": "Whether the target duration must be preserved.", - "type": "boolean" - }, - "lastModified": { - "description": "Last-modified value carried by the Sessionplan document.", - "type": "string" - }, - "startTime": { - "description": "Session start time, or null when unknown.", - "type": [ - "string", - "null" - ] - }, - "targetDuration": { - "description": "Target duration of the complete session in minutes.", - "minimum": 0, - "type": "number" - }, - "title": { - "description": "Session title.", - "type": "string" - } -} - removed
Input schema / properties / session / properties / workshop / requiredRemoved value: -[ - "title", - "description", - "date", - "startTime" -] - removed
Input schema / properties / session / properties / workshop / typeRemoved value: -"object" - added
Input schema / properties / session / titleAdded value: +"Sessionplan document"
- Changed
decode_session_link28 fields changed- removed
Output schema / $defs / WorkshopItemRemoved value: -{ - "additionalProperties": false, - "properties": { - "blockTypeId": { - "description": "ID of a declared block type, or null when none applies.", - "type": [ - "string", - "null" - ] - }, - "children": { - "description": "Nested items belonging to a group or breakout.", - "items": { - "$ref": "#/$defs/WorkshopItem" - }, - "type": "array" - }, - "duration": { - "description": "Item duration in minutes.", - "minimum": 0, - "type": "number" - }, - "durationLocked": { - "description": "Whether automatic adjustments must preserve this duration.", - "type": "boolean" - }, - "fixedStartTime": { - "description": "Explicit start time for the item when one is required.", - "type": "string" - }, - "id": { - "description": "Stable item identifier, unique within the session.", - "minLength": 1, - "type": "string" - }, - "laneIndex": { - "description": "Zero-based breakout lane index for this item.", - "minimum": 0, - "type": "integer" - }, - "lanePersons": { - "additionalProperties": { - "items": { - "type": "string" - }, - "type": "array" - }, - "description": "Mapping from lane identifiers to arrays of declared person IDs.", - "type": "object" - }, - "lanes": { - "description": "Number of breakout lanes.", - "minimum": 1, - "type": "integer" - }, - "material": { - "description": "Physical or digital materials required; use an empty string when none are needed.", - "type": "string" - }, - "notes": { - "description": "Facilitation instructions, method details, or other notes.", - "type": "string" - }, - "parallel": { - "description": "Whether child items or lanes run in parallel.", - "type": "boolean" - }, - "personIds": { - "description": "IDs of declared persons assigned to this item.", - "items": { - "type": "string" - }, - "type": "array" - }, - "sameInAllBreakouts": { - "description": "Whether every breakout lane uses the same agenda.", - "type": "boolean" - }, - "title": { - "description": "Concise title shown in the Sessionplan timeline.", - "type": "string" - }, - "type": { - "description": "Item kind. Groups and breakouts may contain children.", - "enum": [ - "block", - "group", - "breakout" - ], - "type": "string" - } - }, - "required": [ - "id", - "type", - "blockTypeId", - "title", - "duration", - "notes", - "material" - ], - "type": "object" -} - added
Output schema / $defs / blockTypeAdded value: +{ + "additionalProperties": false, + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name", + "color" + ], + "type": "object" +} - added
Output schema / $defs / itemAdded value: +{ + "additionalProperties": false, + "properties": { + "blockTypeId": { + "type": [ + "string", + "null" + ] + }, + "children": { + "items": { + "$ref": "#/$defs/item" + }, + "type": "array" + }, + "duration": { + "minimum": 0, + "type": "number" + }, + "durationLocked": { + "type": "boolean" + }, + "fixedStartTime": { + "type": "string" + }, + "id": { + "minLength": 1, + "type": "string" + }, + "laneIndex": { + "minimum": 0, + "type": "integer" + }, + "lanePersons": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "type": "object" + }, + "lanes": { + "minimum": 1, + "type": "integer" + }, + "material": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "parallel": { + "type": "boolean" + }, + "personIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "sameInAllBreakouts": { + "type": "boolean" + }, + "title": { + "type": "string" + }, + "type": { + "enum": [ + "block", + "group", + "breakout" + ], + "type": "string" + } + }, + "required": [ + "id", + "type", + "blockTypeId", + "title", + "duration", + "notes", + "material" + ], + "type": "object" +} - added
Output schema / $defs / personAdded value: +{ + "additionalProperties": false, + "properties": { + "color": { + "type": "string" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name", + "color" + ], + "type": "object" +} - added
Output schema / $defs / workshopAdded value: +{ + "additionalProperties": false, + "properties": { + "date": { + "type": [ + "string", + "null" + ] + }, + "description": { + "type": "string" + }, + "durationLocked": { + "type": "boolean" + }, + "lastModified": { + "type": "string" + }, + "startTime": { + "type": [ + "string", + "null" + ] + }, + "targetDuration": { + "minimum": 0, + "type": "number" + }, + "title": { + "type": "string" + } + }, + "required": [ + "title", + "description", + "date", + "startTime" + ], + "type": "object" +} - removed
Output schema / properties / session / descriptionRemoved value: -"Complete Sessionplan document. When creating or revising a plan, send the full document defined here; partial updates and patches are not accepted." - removed
Output schema / properties / session / properties / blockTypes / descriptionRemoved value: -"Small set of reusable visual categories referenced by item blockTypeId values." - added
Output schema / properties / session / properties / blockTypes / items / $refAdded value: +"#/$defs/blockType" - removed
Output schema / properties / session / properties / blockTypes / items / additionalPropertiesRemoved value: -false - removed
Output schema / properties / session / properties / blockTypes / items / propertiesRemoved value: -{ - "color": { - "description": "Color value used to display this block type.", - "type": "string" - }, - "id": { - "description": "Stable block-type identifier, unique within the session.", - "type": "string" - }, - "name": { - "description": "Human-readable block-type name.", - "type": "string" - } -} - removed
Output schema / properties / session / properties / blockTypes / items / requiredRemoved value: -[ - "id", - "name", - "color" -] - removed
Output schema / properties / session / properties / blockTypes / items / typeRemoved value: -"object" - removed
Output schema / properties / session / properties / items / descriptionRemoved value: -"Ordered top-level timeline items. Durations are expressed in minutes." - changed
Output schema / properties / session / properties / items / items / $refPrevious value: -"#/$defs/WorkshopItem"New value: +"#/$defs/item" - removed
Output schema / properties / session / properties / persons / descriptionRemoved value: -"People or roles explicitly supplied for this session." - added
Output schema / properties / session / properties / persons / items / $refAdded value: +"#/$defs/person" - removed
Output schema / properties / session / properties / persons / items / additionalPropertiesRemoved value: -false - removed
Output schema / properties / session / properties / persons / items / propertiesRemoved value: -{ - "color": { - "description": "Color value used to display this person or role.", - "type": "string" - }, - "id": { - "description": "Stable person identifier, unique within the session.", - "type": "string" - }, - "name": { - "description": "Person or role name.", - "type": "string" - } -} - removed
Output schema / properties / session / properties / persons / items / requiredRemoved value: -[ - "id", - "name", - "color" -] - removed
Output schema / properties / session / properties / persons / items / typeRemoved value: -"object" - removed
Output schema / properties / session / properties / version / descriptionRemoved value: -"Sessionplan document format version." - added
Output schema / properties / session / properties / workshop / $refAdded value: +"#/$defs/workshop" - removed
Output schema / properties / session / properties / workshop / additionalPropertiesRemoved value: -false - removed
Output schema / properties / session / properties / workshop / descriptionRemoved value: -"Top-level session metadata." - removed
Output schema / properties / session / properties / workshop / propertiesRemoved value: -{ - "date": { - "description": "Session date, or null when unknown.", - "type": [ - "string", - "null" - ] - }, - "description": { - "description": "Short description of the session goal or context.", - "type": "string" - }, - "durationLocked": { - "description": "Whether the target duration must be preserved.", - "type": "boolean" - }, - "lastModified": { - "description": "Last-modified value carried by the Sessionplan document.", - "type": "string" - }, - "startTime": { - "description": "Session start time, or null when unknown.", - "type": [ - "string", - "null" - ] - }, - "targetDuration": { - "description": "Target duration of the complete session in minutes.", - "minimum": 0, - "type": "number" - }, - "title": { - "description": "Session title.", - "type": "string" - } -} - removed
Output schema / properties / session / properties / workshop / requiredRemoved value: -[ - "title", - "description", - "date", - "startTime" -] - removed
Output schema / properties / session / properties / workshop / typeRemoved value: -"object" - added
Output schema / properties / session / titleAdded value: +"Sessionplan document"
2 tool updates
- Changed
create_session_link38 fields changed- added
Input schema / $defs / WorkshopItem / properties / blockTypeId / descriptionAdded value: +"ID of a declared block type, or null when none applies." - added
Input schema / $defs / WorkshopItem / properties / children / descriptionAdded value: +"Nested items belonging to a group or breakout." - added
Input schema / $defs / WorkshopItem / properties / duration / descriptionAdded value: +"Item duration in minutes." - added
Input schema / $defs / WorkshopItem / properties / durationLocked / descriptionAdded value: +"Whether automatic adjustments must preserve this duration." - added
Input schema / $defs / WorkshopItem / properties / fixedStartTime / descriptionAdded value: +"Explicit start time for the item when one is required." - added
Input schema / $defs / WorkshopItem / properties / id / descriptionAdded value: +"Stable item identifier, unique within the session." - added
Input schema / $defs / WorkshopItem / properties / laneIndex / descriptionAdded value: +"Zero-based breakout lane index for this item." - added
Input schema / $defs / WorkshopItem / properties / lanePersons / descriptionAdded value: +"Mapping from lane identifiers to arrays of declared person IDs." - added
Input schema / $defs / WorkshopItem / properties / lanes / descriptionAdded value: +"Number of breakout lanes." - added
Input schema / $defs / WorkshopItem / properties / material / descriptionAdded value: +"Physical or digital materials required; use an empty string when none are needed." - added
Input schema / $defs / WorkshopItem / properties / notes / descriptionAdded value: +"Facilitation instructions, method details, or other notes." - added
Input schema / $defs / WorkshopItem / properties / parallel / descriptionAdded value: +"Whether child items or lanes run in parallel." - added
Input schema / $defs / WorkshopItem / properties / personIds / descriptionAdded value: +"IDs of declared persons assigned to this item." - added
Input schema / $defs / WorkshopItem / properties / sameInAllBreakouts / descriptionAdded value: +"Whether every breakout lane uses the same agenda." - added
Input schema / $defs / WorkshopItem / properties / title / descriptionAdded value: +"Concise title shown in the Sessionplan timeline." - added
Input schema / $defs / WorkshopItem / properties / type / descriptionAdded value: +"Item kind. Groups and breakouts may contain children." - changed
Input schema / properties / session / descriptionPrevious value: -"Vollständiges Sessionplan-JSON gemäß der öffentlichen Sessionplan-Import-Spezifikation."New value: +"Complete Sessionplan document. When creating or revising a plan, send the full document defined here; partial updates and patches are not accepted." - added
Input schema / properties / session / properties / blockTypes / descriptionAdded value: +"Small set of reusable visual categories referenced by item blockTypeId values." - added
Input schema / properties / session / properties / blockTypes / items / properties / color / descriptionAdded value: +"Color value used to display this block type." - added
Input schema / properties / session / properties / blockTypes / items / properties / id / descriptionAdded value: +"Stable block-type identifier, unique within the session." - added
Input schema / properties / session / properties / blockTypes / items / properties / name / descriptionAdded value: +"Human-readable block-type name." - added
Input schema / properties / session / properties / items / descriptionAdded value: +"Ordered top-level timeline items. Durations are expressed in minutes." - added
Input schema / properties / session / properties / persons / descriptionAdded value: +"People or roles explicitly supplied for this session." - added
Input schema / properties / session / properties / persons / items / properties / color / descriptionAdded value: +"Color value used to display this person or role." - added
Input schema / properties / session / properties / persons / items / properties / id / descriptionAdded value: +"Stable person identifier, unique within the session." - added
Input schema / properties / session / properties / persons / items / properties / name / descriptionAdded value: +"Person or role name." - added
Input schema / properties / session / properties / version / descriptionAdded value: +"Sessionplan document format version." - added
Input schema / properties / session / properties / workshop / descriptionAdded value: +"Top-level session metadata." - added
Input schema / properties / session / properties / workshop / properties / date / descriptionAdded value: +"Session date, or null when unknown." - added
Input schema / properties / session / properties / workshop / properties / description / descriptionAdded value: +"Short description of the session goal or context." - added
Input schema / properties / session / properties / workshop / properties / durationLocked / descriptionAdded value: +"Whether the target duration must be preserved." - added
Input schema / properties / session / properties / workshop / properties / lastModified / descriptionAdded value: +"Last-modified value carried by the Sessionplan document." - added
Input schema / properties / session / properties / workshop / properties / startTime / descriptionAdded value: +"Session start time, or null when unknown." - added
Input schema / properties / session / properties / workshop / properties / targetDuration / descriptionAdded value: +"Target duration of the complete session in minutes." - added
Input schema / properties / session / properties / workshop / properties / targetDuration / minimumAdded value: +0 - added
Input schema / properties / session / properties / workshop / properties / title / descriptionAdded value: +"Session title." - changed
Output schema / properties / link / descriptionPrevious value: -"Direkt öffnbarer Sessionplan-Link."New value: +"Opaque, directly openable Sessionplan snapshot URL. Present this exact value verbatim; do not reconstruct, normalize, shorten, decode, or modify it." - added
Output schema / properties / summaryAdded value: +{ + "additionalProperties": true, + "description": "Optional compact summary of the encoded session.", + "properties": { + "blockCount": { + "description": "Number of agenda blocks.", + "minimum": 0, + "type": "integer" + }, + "title": { + "description": "Session title.", + "type": "string" + }, + "totalDuration": { + "description": "Total session duration in minutes.", + "minimum": 0, + "type": "number" + } + }, + "type": "object" +}
- Changed
decode_session_link38 fields changed- changed
Input schema / properties / link / descriptionPrevious value: -"Vollständige Sessionplan-URL, Hash oder v2-Snapshot-Code."New value: +"Unmodified Sessionplan URL, URL hash, or v2 snapshot code supplied by the user." - added
Input schema / properties / link / minLengthAdded value: +1 - added
Output schema / $defs / WorkshopItem / properties / blockTypeId / descriptionAdded value: +"ID of a declared block type, or null when none applies." - added
Output schema / $defs / WorkshopItem / properties / children / descriptionAdded value: +"Nested items belonging to a group or breakout." - added
Output schema / $defs / WorkshopItem / properties / duration / descriptionAdded value: +"Item duration in minutes." - added
Output schema / $defs / WorkshopItem / properties / durationLocked / descriptionAdded value: +"Whether automatic adjustments must preserve this duration." - added
Output schema / $defs / WorkshopItem / properties / fixedStartTime / descriptionAdded value: +"Explicit start time for the item when one is required." - added
Output schema / $defs / WorkshopItem / properties / id / descriptionAdded value: +"Stable item identifier, unique within the session." - added
Output schema / $defs / WorkshopItem / properties / laneIndex / descriptionAdded value: +"Zero-based breakout lane index for this item." - added
Output schema / $defs / WorkshopItem / properties / lanePersons / descriptionAdded value: +"Mapping from lane identifiers to arrays of declared person IDs." - added
Output schema / $defs / WorkshopItem / properties / lanes / descriptionAdded value: +"Number of breakout lanes." - added
Output schema / $defs / WorkshopItem / properties / material / descriptionAdded value: +"Physical or digital materials required; use an empty string when none are needed." - added
Output schema / $defs / WorkshopItem / properties / notes / descriptionAdded value: +"Facilitation instructions, method details, or other notes." - added
Output schema / $defs / WorkshopItem / properties / parallel / descriptionAdded value: +"Whether child items or lanes run in parallel." - added
Output schema / $defs / WorkshopItem / properties / personIds / descriptionAdded value: +"IDs of declared persons assigned to this item." - added
Output schema / $defs / WorkshopItem / properties / sameInAllBreakouts / descriptionAdded value: +"Whether every breakout lane uses the same agenda." - added
Output schema / $defs / WorkshopItem / properties / title / descriptionAdded value: +"Concise title shown in the Sessionplan timeline." - added
Output schema / $defs / WorkshopItem / properties / type / descriptionAdded value: +"Item kind. Groups and breakouts may contain children." - changed
Output schema / properties / session / descriptionPrevious value: -"Vollständiges Sessionplan-JSON gemäß der öffentlichen Sessionplan-Import-Spezifikation."New value: +"Complete Sessionplan document. When creating or revising a plan, send the full document defined here; partial updates and patches are not accepted." - added
Output schema / properties / session / properties / blockTypes / descriptionAdded value: +"Small set of reusable visual categories referenced by item blockTypeId values." - added
Output schema / properties / session / properties / blockTypes / items / properties / color / descriptionAdded value: +"Color value used to display this block type." - added
Output schema / properties / session / properties / blockTypes / items / properties / id / descriptionAdded value: +"Stable block-type identifier, unique within the session." - added
Output schema / properties / session / properties / blockTypes / items / properties / name / descriptionAdded value: +"Human-readable block-type name." - added
Output schema / properties / session / properties / items / descriptionAdded value: +"Ordered top-level timeline items. Durations are expressed in minutes." - added
Output schema / properties / session / properties / persons / descriptionAdded value: +"People or roles explicitly supplied for this session." - added
Output schema / properties / session / properties / persons / items / properties / color / descriptionAdded value: +"Color value used to display this person or role." - added
Output schema / properties / session / properties / persons / items / properties / id / descriptionAdded value: +"Stable person identifier, unique within the session." - added
Output schema / properties / session / properties / persons / items / properties / name / descriptionAdded value: +"Person or role name." - added
Output schema / properties / session / properties / version / descriptionAdded value: +"Sessionplan document format version." - added
Output schema / properties / session / properties / workshop / descriptionAdded value: +"Top-level session metadata." - added
Output schema / properties / session / properties / workshop / properties / date / descriptionAdded value: +"Session date, or null when unknown." - added
Output schema / properties / session / properties / workshop / properties / description / descriptionAdded value: +"Short description of the session goal or context." - added
Output schema / properties / session / properties / workshop / properties / durationLocked / descriptionAdded value: +"Whether the target duration must be preserved." - added
Output schema / properties / session / properties / workshop / properties / lastModified / descriptionAdded value: +"Last-modified value carried by the Sessionplan document." - added
Output schema / properties / session / properties / workshop / properties / startTime / descriptionAdded value: +"Session start time, or null when unknown." - added
Output schema / properties / session / properties / workshop / properties / targetDuration / descriptionAdded value: +"Target duration of the complete session in minutes." - added
Output schema / properties / session / properties / workshop / properties / targetDuration / minimumAdded value: +0 - added
Output schema / properties / session / properties / workshop / properties / title / descriptionAdded value: +"Session title."
2 tool updates
- Changed
create_session_link2 fields changed- added
Input schema / $defsAdded value: +{ + "WorkshopItem": { + "additionalProperties": false, + "properties": { + "blockTypeId": { + "type": [ + "string", + "null" + ] + }, + "children": { + "items": { + "$ref": "#/$defs/WorkshopItem" + }, + "type": "array" + }, + "duration": { + "minimum": 0, + "type": "number" + }, + "durationLocked": { + "type": "boolean" + }, + "fixedStartTime": { + "type": "string" + }, + "id": { + "minLength": 1, + "type": "string" + }, + "laneIndex": { + "minimum": 0, + "type": "integer" + }, + "lanePersons": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "type": "object" + }, + "lanes": { + "minimum": 1, + "type": "integer" + }, + "material": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "parallel": { + "type": "boolean" + }, + "personIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "sameInAllBreakouts": { + "type": "boolean" + }, + "title": { + "type": "string" + }, + "type": { + "enum": [ + "block", + "group", + "breakout" + ], + "type": "string" + } + }, + "required": [ + "id", + "type", + "blockTypeId", + "title", + "duration", + "notes", + "material" + ], + "type": "object" + } +} - removed
Input schema / properties / session / $defsRemoved value: -{ - "WorkshopItem": { - "$defs": { - "WorkshopItem": { - "properties": { - "blockTypeId": { - "type": [ - "string", - "null" - ] - }, - "children": { - "items": { - "$ref": "#/$defs/WorkshopItem" - }, - "type": "array" - }, - "duration": { - "minimum": 0, - "type": "number" - }, - "durationLocked": { - "type": "boolean" - }, - "fixedStartTime": { - "type": "string" - }, - "id": { - "minLength": 1, - "type": "string" - }, - "laneIndex": { - "minimum": 0, - "type": "integer" - }, - "lanePersons": { - "additionalProperties": { - "items": { - "type": "string" - }, - "type": "array" - }, - "type": "object" - }, - "lanes": { - "minimum": 1, - "type": "integer" - }, - "material": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "parallel": { - "type": "boolean" - }, - "personIds": { - "items": { - "type": "string" - }, - "type": "array" - }, - "sameInAllBreakouts": { - "type": "boolean" - }, - "title": { - "type": "string" - }, - "type": { - "enum": [ - "block", - "group", - "breakout" - ], - "type": "string" - } - }, - "required": [ - "id", - "type", - "blockTypeId", - "title", - "duration", - "notes", - "material" - ], - "type": "object" - } - }, - "properties": { - "blockTypeId": { - "type": [ - "string", - "null" - ] - }, - "children": { - "items": { - "$ref": "#/$defs/WorkshopItem" - }, - "type": "array" - }, - "duration": { - "minimum": 0, - "type": "number" - }, - "durationLocked": { - "type": "boolean" - }, - "fixedStartTime": { - "type": "string" - }, - "id": { - "minLength": 1, - "type": "string" - }, - "laneIndex": { - "minimum": 0, - "type": "integer" - }, - "lanePersons": { - "additionalProperties": { - "items": { - "type": "string" - }, - "type": "array" - }, - "type": "object" - }, - "lanes": { - "minimum": 1, - "type": "integer" - }, - "material": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "parallel": { - "type": "boolean" - }, - "personIds": { - "items": { - "type": "string" - }, - "type": "array" - }, - "sameInAllBreakouts": { - "type": "boolean" - }, - "title": { - "type": "string" - }, - "type": { - "enum": [ - "block", - "group", - "breakout" - ], - "type": "string" - } - }, - "required": [ - "id", - "type", - "blockTypeId", - "title", - "duration", - "notes", - "material" - ], - "type": "object" - } -}
- Changed
decode_session_link2 fields changed- added
Output schema / $defsAdded value: +{ + "WorkshopItem": { + "additionalProperties": false, + "properties": { + "blockTypeId": { + "type": [ + "string", + "null" + ] + }, + "children": { + "items": { + "$ref": "#/$defs/WorkshopItem" + }, + "type": "array" + }, + "duration": { + "minimum": 0, + "type": "number" + }, + "durationLocked": { + "type": "boolean" + }, + "fixedStartTime": { + "type": "string" + }, + "id": { + "minLength": 1, + "type": "string" + }, + "laneIndex": { + "minimum": 0, + "type": "integer" + }, + "lanePersons": { + "additionalProperties": { + "items": { + "type": "string" + }, + "type": "array" + }, + "type": "object" + }, + "lanes": { + "minimum": 1, + "type": "integer" + }, + "material": { + "type": "string" + }, + "notes": { + "type": "string" + }, + "parallel": { + "type": "boolean" + }, + "personIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "sameInAllBreakouts": { + "type": "boolean" + }, + "title": { + "type": "string" + }, + "type": { + "enum": [ + "block", + "group", + "breakout" + ], + "type": "string" + } + }, + "required": [ + "id", + "type", + "blockTypeId", + "title", + "duration", + "notes", + "material" + ], + "type": "object" + } +} - removed
Output schema / properties / session / $defsRemoved value: -{ - "WorkshopItem": { - "$defs": { - "WorkshopItem": { - "properties": { - "blockTypeId": { - "type": [ - "string", - "null" - ] - }, - "children": { - "items": { - "$ref": "#/$defs/WorkshopItem" - }, - "type": "array" - }, - "duration": { - "minimum": 0, - "type": "number" - }, - "durationLocked": { - "type": "boolean" - }, - "fixedStartTime": { - "type": "string" - }, - "id": { - "minLength": 1, - "type": "string" - }, - "laneIndex": { - "minimum": 0, - "type": "integer" - }, - "lanePersons": { - "additionalProperties": { - "items": { - "type": "string" - }, - "type": "array" - }, - "type": "object" - }, - "lanes": { - "minimum": 1, - "type": "integer" - }, - "material": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "parallel": { - "type": "boolean" - }, - "personIds": { - "items": { - "type": "string" - }, - "type": "array" - }, - "sameInAllBreakouts": { - "type": "boolean" - }, - "title": { - "type": "string" - }, - "type": { - "enum": [ - "block", - "group", - "breakout" - ], - "type": "string" - } - }, - "required": [ - "id", - "type", - "blockTypeId", - "title", - "duration", - "notes", - "material" - ], - "type": "object" - } - }, - "properties": { - "blockTypeId": { - "type": [ - "string", - "null" - ] - }, - "children": { - "items": { - "$ref": "#/$defs/WorkshopItem" - }, - "type": "array" - }, - "duration": { - "minimum": 0, - "type": "number" - }, - "durationLocked": { - "type": "boolean" - }, - "fixedStartTime": { - "type": "string" - }, - "id": { - "minLength": 1, - "type": "string" - }, - "laneIndex": { - "minimum": 0, - "type": "integer" - }, - "lanePersons": { - "additionalProperties": { - "items": { - "type": "string" - }, - "type": "array" - }, - "type": "object" - }, - "lanes": { - "minimum": 1, - "type": "integer" - }, - "material": { - "type": "string" - }, - "notes": { - "type": "string" - }, - "parallel": { - "type": "boolean" - }, - "personIds": { - "items": { - "type": "string" - }, - "type": "array" - }, - "sameInAllBreakouts": { - "type": "boolean" - }, - "title": { - "type": "string" - }, - "type": { - "enum": [ - "block", - "group", - "breakout" - ], - "type": "string" - } - }, - "required": [ - "id", - "type", - "blockTypeId", - "title", - "duration", - "notes", - "material" - ], - "type": "object" - } -}
2 tool updates
- First observed
create_session_link - First observed
decode_session_link
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Create, read and live-edit visual boards, Kanban plans, Gantt timelines and diagrams with AI agents.
Create and publish one-pagers and boards for your organization. Upload images from the web, update…
Visual AI for strategic thinking — SWOT, flowcharts, mindmaps, Gantt diagrams as polished SVG.
Create and edit roadmaps with JSON or markup; share edit and view links from AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to visualize tasks on a collaborative Sketchbord whiteboard by composing content into diagrams, editing them incrementally, and reading back the board including user-drawn additions.MIT
- AlicenseNot gradedqualityDmaintenanceCreate visual whiteboards, diagrams, flowcharts, and project plans from AI conversations. 17 MCP tools for board management, element creation, and real-time collaboration.1MIT
- FlicenseAqualityCmaintenanceEnables Claude Code to create and edit presentation-grade visualizations such as cloud architecture diagrams, charts, KPI dashboards, and poster infographics, with auto-layout, themes, and export to SVG, PNG, JPG, and PDF.6-
- AlicenseNot gradedqualityDmaintenanceEnables creating and iterating on animated SVG diagrams from text input, photos of sketches, and YAML specifications, with support for shapes, connections, SMIL animations, and file output.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools have clearly distinct roles: one creates a new Sessionplan link from a complete session object, the other decodes an existing link back into a session. Although revision is achieved by decode-then-create, each tool's purpose is unambiguous.
Both tool names follow the same verb_noun snake_case pattern: create_session_link and decode_session_link. This is perfectly consistent and predictable.
Only two tools exist, which is slightly below the typical 3-15 range, but the domain is narrowly scoped around encoding and decoding opaque Sessionplan links. Each tool earns its place and the count does not feel wasteful or incomplete.
The surface covers the full lifecycle implied by the domain: create a new session link, decode an existing link for reading or validation, and revise by decoding, modifying, and creating a new link. No obvious operations are missing given the opaque snapshot URL model.