Skip to main content
Glama
Blueprint-Master

blueprint-modular

Suggérer une composition

suggest_composition
Read-only

Suggest Blueprint Modular components matching a natural-language screen need. Returns relevant components with their semantic meaning and pairWith associations, using a bounded list.

Instructions

Suggère une liste de composants Blueprint Modular répondant à un besoin décrit en langage naturel, en raisonnant sur la couche sémantique (rôle, frame Ω, guidance) : chaque suggestion explicite son sens (meaning) et ses associations sémantiques (pairWith). À UTILISER pour partir d'une intention d'écran (ex. 'un dashboard avec des métriques et un graphique') et obtenir les briques pertinentes. Réponse bornée.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
needYesDescription du besoin / de l'écran à construire.
limitNoNombre max de suggestions (défaut 8 ; plafonné à 12). Optionnel.
Behavior4/5

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

Annotations already indicate readOnlyHint=true, and the description adds useful behavioral context: it mentions the response is bounded ('Réponse bornée') and that each suggestion includes its meaning and semantic associations (pairWith). This goes beyond the annotation without contradicting it.

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 two concise sentences, front-loaded with the primary purpose. Every phrase adds value, no redundancy.

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?

With two parameters and no output schema, the description provides essential context: the tool's semantic reasoning, output structure (meaning, pairWith), and bounded response. It could mention the default/max limit explicitly, but the schema covers that, making it sufficiently complete.

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?

Schema coverage is 100%, providing baseline 3. The description adds value by giving a concrete example of the 'need' parameter ('un dashboard avec des métriques et un graphique'), clarifying expected input beyond the schema's generic description.

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 the tool suggests a list of Blueprint Modular components based on a natural language need, using the semantic layer. It distinguishes itself from siblings (list_components, search_components, get_component) by specifying its semantic reasoning and the screen-intention 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 Guidelines4/5

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

The description explicitly says to use the tool when starting from a screen intention (e.g., 'un dashboard avec des métriques et un graphique') to obtain relevant components. It provides clear context but does not explicitly name alternatives or state when not to use this tool.

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/Blueprint-Master/blueprint-modular'

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