Skip to main content
Glama
malkreide

swiss-ip-mcp

by malkreide

swiss_ip_search_patents

Read-onlyIdempotent

Search Swiss patent register by free text to retrieve patent entries including title, applicant, IPC classification, dates, and legal status for technology and innovation research.

Instructions

Durchsucht das Schweizer Patentregister nach Freitext. Technologie-/Innovationsrecherche in Schweizer Patenten. Gibt CH-Patenteinträge inkl. Titel, Anmelder, IPC-Klassifikation, Daten und Rechtsstatus zurück.

Args: params (PatentSearchInput): Enthält: - query (str): Suchbegriff, z.B. 'solar energy*', 'Novartis' - page_size (int): Ergebnisse pro Seite (1–50) - page_token (str): Paginierungs-Token - sort_descending (bool): Neueste zuerst

Returns: str: Ergebnis mit source, total, count, results, next_page_token

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNo
totalNo
countNo
match_typeNonone
resultsNo
next_page_tokenNo
suggestionNo
messageNo
nice_class_searchedNo
date_rangeNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by listing the return fields (title, applicant, IPC classification, dates, legal status) and parameter details, which go beyond the annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise, with a clear structure: purpose sentence, use case tag, return summary, and labeled Args section. The use of formatting (use_case tag) aids readability, though the Args block is somewhat verbose.

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?

Given the tool's complexity (single nested param with four sub-params) and the existence of an output schema, the description covers the use case, pagination (page_token), and expected return fields. It is sufficiently complete for an agent to understand and invoke the tool correctly.

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?

Although schema description coverage is 0% (top-level 'params' lacks description), the description explicitly lists each parameter, provides examples for 'query', and explains defaults like 'sort_descending: Neueste zuerst'. This adds meaningful guidance beyond the schema's structure.

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 directly states 'Durchsucht das Schweizer Patentregister nach Freitext' (Searches the Swiss patent register by free text), and the annotation title confirms 'Schweizer Patente suchen'. Among sibling tools specializing in applicant or publication searches, this general free-text search is clearly distinguished.

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

Usage Guidelines4/5

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

The description includes a use case tag ('Technologie-/Innovationsrecherche in Schweizer Patenten') which provides context, but does not explicitly state when not to use this tool or mention specific alternatives like the sibling search tools for applicants or publications.

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/malkreide/swiss-ip-mcp'

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