Skip to main content
Glama
mikimatsub

swsd-mcp

by mikimatsub

swsd_search_solutions

Read-onlyIdempotent

Search SWSD knowledge-base articles by free-text query or category filter. Retrieve compact summaries with truncated excerpts to quickly find relevant solutions.

Instructions

Search SWSD knowledge-base solution articles. Pass query for free-text search across titles and descriptions; pass category to filter to a category name. Returns compact summaries with truncated excerpts (240 chars). Use swsd_get_solution for the full HTML body of any one result. NOTE: search is asynchronously indexed — articles created or updated in the last few minutes (sometimes hours) may not appear yet. To verify a just-created article, use swsd_get_solution with the ID returned by swsd_create_solution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-indexed).
per_pageNoResults per page (1-100).
queryNoFree-text search across solution titles and descriptions. Empirically the canonical search parameter for SWSD solutions (verified against tenant 2026-05-03).
categoryNoFilter to solutions in this category name. Use swsd_list_categories to validate names.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
solutionsYes
paginationYes
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, but the description adds critical behavioral traits: async indexing (articles may not appear for minutes/hours) and that results are compact summaries with 240-character excerpts. This goes beyond annotations to disclose important limitations.

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 four sentences, front-loaded with purpose, then parameter specifics, output format, sibling reference, and an important caveat. Every sentence adds value with no fluff.

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 4 parameters (0 required), an output schema exists, and the tool's complexity is moderate, the description covers all necessary aspects: search functionality, output format, pagination hints, related tools, and a crucial async caveat. It is fully informative.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, giving baseline 3. The description adds conversational context (e.g., 'Empirically the canonical search parameter') and cross-references to swsd_list_categories, which adds value beyond the schema definitions.

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 it searches SWSD knowledge-base solution articles, specifies parameters for free-text and category filtering, and distinguishes from swsd_get_solution for full HTML retrieval. It also mentions the async indexing behavior, making the purpose unambiguous.

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 when to use this tool (search solutions) and when to use swsd_get_solution (for full HTML). It also advises to use swsd_list_categories for category validation and to verify just-created articles with swsd_get_solution, providing clear guidance on alternatives.

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/mikimatsub/swsd-mcp'

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