Skip to main content
Glama
uchit

aipatterns-mcp-server

by uchit

search_patterns

Search the AI pattern library to find design patterns matching your use case, capability, or compliance concern. Filter by category or maturity for targeted results.

Instructions

Search the aipatterns.com.au AI pattern library. Returns matching patterns with slug, title, description, maturity level, and category. Useful for finding design patterns relevant to a specific AI use case, capability, or compliance concern.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch term to match against pattern title, description, or content
categoryNoOptional category filter (e.g. agentic-ai, governance, security, rag, observability, compliance, human-in-the-loop)
maturityNoOptional maturity filter (e.g. production, beta, experimental)
Behavior2/5

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

With no annotations, the description should disclose behavioral traits like safety (read-only), but it only lists return fields. It does not mention that the tool does not modify data, has no side effects, or requires no special permissions.

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 with no redundancy. Every sentence serves a clear purpose: stating the action and listing return fields, plus providing a use case.

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?

Despite lacking an output schema, the tool's purpose and return fields are well described. It covers the core functionality adequately for a search tool, though details like pagination or error handling are omitted.

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?

Schema description coverage is 100% with clear parameter descriptions for query, category, and maturity. The tool description adds no new semantic value beyond what the schema already provides, so a baseline of 3 is appropriate.

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 uses the specific verb 'search' and names the resource 'aipatterns.com.au AI pattern library', clearly distinguishing it from siblings like get_pattern (single retrieval) and other tools for different resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The description states it is useful for finding patterns relevant to use cases, capabilities, or compliance, but does not explicitly tell the agent when NOT to use it or how it compares to siblings for selection. The guidance is implicit rather than explicit.

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/uchit/aipatterns-mcp-server'

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