Skip to main content
Glama

MCP Modus

find_by_attribute

Locate components based on specific attributes like disabled, color, or size to identify elements with particular properties in your codebase.

Instructions

Find components that have a specific attribute or property.

Input Schema

NameRequiredDescriptionDefault
attributeYesThe attribute name to search for (e.g., "disabled", "color", "size")

Input Schema (JSON Schema)

{ "properties": { "attribute": { "description": "The attribute name to search for (e.g., \"disabled\", \"color\", \"size\")", "type": "string" } }, "required": [ "attribute" ], "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/julianoczkowski/mcp-modus'

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