Skip to main content
Glama

maestro_get_recommendations

Retrieve AI-powered design recommendations for optimal theme, mode, and quality settings based on user preferences and project context. Provides confidence scores and alternatives.

Instructions

Get smart design recommendations based on user preferences.

Phase 6 feature: Uses AI-powered recommendation engine to suggest optimal theme, mode, and quality settings based on:

  • User preference history

  • Project context analysis

  • Industry best practices

Returns: Dict containing: - theme: Theme recommendation with confidence and alternatives - mode: Design mode recommendation - quality: Quality level recommendation - defaults: Recommended default values for all parameters

Example: # Get recommendations before starting a session recs = await maestro_get_recommendations() print(f"Önerilen tema: {recs['theme']['value']}") print(f"Güven: {recs['theme']['confidence']:.0%}")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It describes that the tool uses an AI engine and returns recommendations, but it does not disclose whether it is read-only, requires authentication, or any other behavioral traits. It is not contradictory but lacks depth.

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 fairly concise with a front-loaded purpose statement. It includes a brief explanation of the engine, return fields, and an example. However, the example includes non-English text, which may slightly reduce clarity.

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

Completeness4/5

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

For a tool with no parameters and no output schema, the description covers the tool's purpose, how it works, and the return structure with an example. It is largely complete, though it could mention error handling or prerequisites.

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 input schema has zero parameters, and schema coverage is 100%. Per calibration, baseline is 4. The description adds value by explaining the return structure and example, which compensates for the lack of parameters.

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 states the tool gets smart design recommendations based on user preferences, specifying the resource (recommendations) and the verb (get). It mentions factors like user preference history and project context, but does not explicitly differentiate from sibling tools like maestro_get_decision or maestro_get_analytics.

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

Usage Guidelines3/5

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

The description implies usage context with the example 'Get recommendations before starting a session', but it does not provide explicit when-to-use or when-not-to-use guidance, nor does it compare with alternatives.

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/archolet/claude-gemini-bridge'

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