Skip to main content
Glama
Facets-cloud

Facets Module MCP Server

by Facets-cloud

create_or_update_intent

Create a new intent or update an existing one in the control plane by specifying name, intent type, display name, and description.

Instructions

Create a new intent or update an existing one in the control plane.

Args: name (str): The intent name (e.g., 'kubernetes_cluster') intent_type (str): The intent type/category (e.g., 'K8s', 'Storage') display_name (str): Human-readable display name description (str): Description of the intent icon_url (str, optional): URL to SVG icon (optional). NEVER send this unless the user explicitly provides it.

Returns: str: JSON response containing success/failure information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
intent_typeYes
display_nameYes
descriptionYes
icon_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description indicates the tool can create or update, implying upsert behavior. It also states the return value is a JSON response with success/failure. Since no annotations are present, the description carries the full burden; it covers the basic behavior but could mention idempotency or conflict resolution.

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 concise and well-structured with Args and Returns sections. Every sentence is informative, with no unnecessary text.

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?

Given the tool has 5 parameters, no annotations, and low schema coverage, the description covers all parameters and the return format. It is mostly complete, though additional details about update behavior or error conditions would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description adds meaning for icon_url by noting it is optional and should only be sent when explicitly provided. For other parameters, it provides minimal explanations that mostly restate the property names, offering little additional value beyond the schema.

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 creates or updates an intent, specifying the resource and action. It distinguishes from siblings like get_intent and list_all_intents.

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 provides a clear usage guideline for icon_url, stating it should never be sent unless explicitly provided. However, it lacks explicit guidance on when to use this tool versus alternatives like get_intent or list_all_intents.

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/Facets-cloud/facets-module-mcp'

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