Skip to main content
Glama
TJLDC

Roomvana MCP Server

by TJLDC

list_design_styles

Browse available interior design styles like modern, japandi, or industrial to choose the right style for your AI room redesign.

Instructions

List the interior-design styles Roomvana can render (e.g. modern, japandi, industrial), each with a short description. Use this to pick a style for design_a_room.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the return payload ('each with a short description') and the read-only nature implied by 'List', which matters since there is no output schema. It stops short of stating exhaustiveness, freshness, or access requirements.

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 tightly scoped sentences with no filler. The purpose is front-loaded and the follow-on usage note is a single clause, so every sentence earns its place.

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?

For a zero-parameter, no-output-schema catalog tool, the description covers both what is returned (styles with short descriptions) and the workflow reason to call it. Nothing an agent needs to invoke it correctly is missing.

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?

The tool takes zero parameters, so there is no parameter semantics to document; baseline is 4. The description correctly implies no filtering arguments are needed to enumerate styles.

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?

States a specific verb and resource ('List the interior-design styles Roomvana can render') and grounds it with concrete examples (modern, japandi, industrial). An agent can distinguish this catalog-listing tool from design_a_room (which renders) and list_room_types (which enumerates a different domain) without opening any schema.

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?

Explicitly says when to use it: 'Use this to pick a `style` for design_a_room', linking the tool to its downstream consumer. It gives clear context but does not describe exclusions or contrast directly with the list_room_types sibling.

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