Skip to main content
Glama
santismm

santismm-knowledge

Official

List Agentic Reference Architectures

list_architectures
Read-onlyIdempotent

List all reference architectures to browse end-to-end enterprise blueprints, including IDs, categories, summaries, and provenance.

Instructions

List all reference architectures (end-to-end enterprise agentic blueprints) with id, slug, category, name, summary and provenance. Use this to browse the blueprints; use search when you have a use case rather than a name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage of the returned body. Default: en.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
resultsYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds the fact that it returns the full set ('all') and the specific metadata fields, but it does not disclose other behavioral nuances like pagination or sorting. This adds some value but not rich behavioral context beyond the annotations.

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?

Two sentences, front-loaded with the core action and output, followed by usage guidance. Every word earns its place; there is zero redundancy or irrelevant detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one optional parameter, output schema present, strong annotations), the description is complete. It specifies what the tool returns, notes the 'all' scope, and tells when to use the search sibling instead. No critical information is missing for an agent to select and invoke the tool correctly.

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?

The input schema covers the single optional parameter (locale) with a full description, so schema coverage is 100%. The description adds no additional meaning about locale behavior or defaults, which is acceptable since the schema already documents it. Baseline 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 clearly states the tool lists all reference architectures and enumerates the exact fields returned (id, slug, category, name, summary, provenance). It uses a specific verb with a defined resource and distinguishes itself from the sibling search tool, making the purpose unmistakable.

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

Usage Guidelines5/5

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

The description explicitly tells the agent when to use this tool ('browse the blueprints') and when to use an alternative ('use `search` when you have a use case rather than a name'). This is precise guidance with a named alternative, fully satisfying usage direction.

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/santismm/santismm-knowledge-mcp'

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