Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

get_pattern_for_task

Retrieve the appropriate coding pattern for tasks like components, APIs, or services by specifying task type and context, ensuring structured and efficient development workflows.

Instructions

Get the correct pattern to use for a specific task

Input Schema

NameRequiredDescriptionDefault
contextNo
taskTypeYesType of task to get pattern for

Input Schema (JSON Schema)

{ "properties": { "context": { "properties": { "complexity": { "enum": [ "simple", "medium", "complex" ], "type": "string" }, "hasAsync": { "type": "boolean" }, "hasState": { "type": "boolean" }, "needsAuth": { "type": "boolean" } }, "type": "object" }, "taskType": { "description": "Type of task to get pattern for", "enum": [ "component", "api", "test", "hook", "service", "utility" ], "type": "string" } }, "required": [ "taskType" ], "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/bswa006/mcp-context-manager'

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