Skip to main content
Glama
milaniseb12-png

inpi-marcas-mcp-server

Buscar marcas figurativas por código de Viena

inpi_search_by_figurative_code
Read-onlyIdempotent

Search official INPI trademarks by Vienna figurative code to check logo or graphic element collisions, not text, and retrieve matching pePI records.

Instructions

Busca marcas figurativas/mistas no pePI (INPI oficial) pelo Código de Viena (a classificação internacional de elementos figurativos — ex: 27.05.01 para letras estilizadas). Use quando estiver checando colidência de logotipo/elemento gráfico, não de texto.

Cada campo (viena_1/2/3) é um código COMPLETO (grupo.divisão.seção). Preencher mais de um campo busca marcas que tenham TODOS os códigos ao mesmo tempo (AND), não é mais preciso — na dúvida, use só viena_1.

A Classificação de Viena completa está em https://www.gov.br/inpi — se não souber o código, descreva o elemento gráfico ao usuário e peça para consultar a tabela oficial antes de buscar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viena_1NoPrimeiro código da Classificação de Viena (grupo.divisão.seção), ex: 27.05.01
viena_2NoSegundo código, ANDado com o primeiro (só use se precisar que a marca tenha os dois elementos)
viena_3NoTerceiro código, ANDado com os outros dois
classe_niceNoFiltra pela Classificação de Nice, ex: 09, 42
salvar_htmlNotrue = também salva o resultado como um relatório HTML legível (tabela, sem depender de MCP) em disco e devolve o caminho do arquivo.
forcar_atualizacaoNoIgnora o cache local (padrão 6h) e busca de novo no pePI ao vivo.
resultados_por_paginaNoResultados por página. Valores aceitos pelo pePI: 20, 40, 60, 80, 100.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already fully cover the safety profile (readOnly, idempotent, non-destructive, openWorld), so the bar is lower. The description adds genuine behavioral context beyond that: multiple viena fields combine as an AND filter that narrows rather than refines, and it directs the agent to gather the code externally before calling.

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?

Purpose is front-loaded, followed by the AND-semantics caveat and the code-lookup prerequisite. It runs to three short paragraphs and every sentence carries weight, though slightly more text than strictly necessary for a search tool.

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?

Purpose, usage, retrieval guidance and parameter interpretation are all covered, and pagination is handled by the resultados_por_pagina enum plus the inpi_next_page sibling. The one gap is that, with no output schema, the description never characterizes the shape of returned results.

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%, so the baseline is 3 and the schema already documents each field. The description adds interpretive value by clarifying that viena_1/2/3 are complete codes, that stacking them is an intersection (not increased precision), and by pointing to the authoritative Vienna table.

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?

States a specific verb (busca) and resource (marcas figurativas/mistas no pePI) qualified by the Vienna Code, and explicitly contrasts itself with text-based search ('não de texto'), which cleanly separates it from inpi_search_by_mark/mark_advanced.

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?

Explicitly states when to use it ('checando colidência de logotipo/elemento gráfico') and when not (text search), plus operational advice to use only viena_1 when unsure and to consult the official Vienna table before querying if the code is unknown.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.