Skip to main content
Glama

Get LimeSurvey theme publication instructions

limesurvey_get_theme_publication_guide
Read-onlyIdempotent

Obtain version-aware guidance for installing, previewing, assigning, and publishing a LimeSurvey theme, with steps for rollback and optional community sharing.

Instructions

Return version-aware installation, preview, assignment, accessibility, rollback, and optional community-publication steps for a survey theme.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostingYes
theme_nameYesUnique LimeSurvey theme and folder name, for example acme_feedback.
package_file_nameYesGenerated ZIP file name.
publication_scopeNoinstance
installed_limesurvey_versionYesVersion shown in the LimeSurvey administration footer.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
workflowYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, indicating a safe read operation. The description adds detail about the content of the returned steps (installation, preview, etc.), which provides some behavioral context beyond annotations but does not reveal additional traits like authentication requirements or side effects.

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?

The description is a single sentence of 20 words that immediately conveys the tool's output. It is front-loaded with the key verb and resource, and every word adds value, making it highly concise with no unnecessary repetition.

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

Completeness3/5

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

Given the presence of an output schema (not shown but indicated true), the description does not need to detail return values. However, the tool has 5 parameters, including required ones like hosting and publication_scope, and the description does not explain how these inputs shape the output. The mention of 'version-aware' partly addresses the installed_limesurvey_version parameter, but overall it lacks completeness for a parameter-rich tool.

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 60% (3 of 5 parameters have descriptions in the schema). The tool description does not explain any parameter's purpose or how they affect the output. Parameters like hosting and publication_scope lack schema descriptions, and the tool description fails to compensate, leaving the agent to interpret the input schema alone.

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 it returns version-aware installation, preview, assignment, accessibility, rollback, and optional community-publication steps for a survey theme. The verb 'return' and specific resource distinguish it from sibling tools such as limesurvey_generate_survey_theme or limesurvey_assign_survey_theme.

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?

The description does not specify when to use this tool versus alternatives like limesurvey_generate_survey_theme or limesurvey_validate_survey_theme. No guidance on prerequisites or when not to use it is provided, leaving the agent to infer appropriate contexts.

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/Wagner-Emden-IT-Services/limesurvey-mcp-server'

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