Skip to main content
Glama

IDS MCP Server

add_attribute_facet

Add attribute facets to IDS specifications to define required, optional, or prohibited attributes with specific values for applicability or requirements sections.

Instructions

Add an attribute facet to a specification.

Args: spec_id: Specification identifier location: "applicability" or "requirements" attribute_name: Attribute name (e.g., "Name", "Description") ctx: FastMCP Context (auto-injected) value: Required value or pattern cardinality: "required", "optional", or "prohibited"

Returns: {"status": "added", "facet_type": "attribute", "spec_id": "S1"}

Input Schema

NameRequiredDescriptionDefault
spec_idYes
locationYes
attribute_nameYes
valueNo
cardinalityNorequired

Input Schema (JSON Schema)

{ "properties": { "attribute_name": { "type": "string" }, "cardinality": { "default": "required", "type": "string" }, "location": { "type": "string" }, "spec_id": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "required": [ "spec_id", "location", "attribute_name" ], "type": "object" }

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/vinnividivicci/ifc-ids-mcp'

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