Skip to main content
Glama

Server Details

特許まる — 発明を入れるだけで特許性の事前診断・明細書骨子・新規性喪失(特許法30条)判定。本人/弁理士の出願支援(代理しない)。

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: analyze for pre-diagnosis, check for deterministic evaluation, and draft for generating specification. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent 'tokkyo_{verb}' pattern with clear verbs (analyze, check, draft), making them predictable and easy to distinguish.

Tool Count5/5

Three tools are appropriate for the patent analysis and drafting domain. Each tool serves a necessary step in the workflow without unnecessary redundancy.

Completeness5/5

The tool set covers the full pipeline from analysis to checking to drafting, addressing the core needs of patentability assessment and preliminary specification creation.

Available Tools

3 tools
tokkyo_analyzeAInspect

発明(名称・技術分野・課題・解決手段・技術事実)を渡すと、特許性を事前診断する。IPC候補・新規性喪失(特許法30条)・記載要件・発明適格性・進歩性を◯△✕で自己診断し、先行技術調査の角度とクエリも返す。代理出願はしない(本人/弁理士支援)。最終判断は弁理士。

ParametersJSON Schema
NameRequiredDescriptionDefault
ipcNo
factsNo実装事実・数値・手順(実施可能要件の裏付け)
fieldNo技術分野
titleYes発明の名称
todayNo判定基準日 YYYY-MM-DD(30条の残余月数計算に使用)
problemNo解決しようとする課題
categoryNosoftware | chem | other
priorArtNo[{id, title, threat:高/中/低}]
solutionNo課題を解決するための手段(=独立項の要旨)
claimCoresNo独立項の核 [{kind:装置/方法/プログラム/組成物/製造方法/用途/システム, core:限定文}]
disclosuresNo自己公開歴 [{where, date:YYYY-MM-DD}](新規性喪失判定用)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It transparently states the tool performs self-diagnosis with symbols and returns search angles/queries, and explicitly clarifies it does not file applications. This covers safety boundaries and limitations. However, it lacks details on rate limits, authentication, or whether it modifies any state.

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 extremely concise, consisting of two sentences that pack all essential information without fluff. It front-loads the core function and immediately follows with outputs and caveats. Every sentence adds value.

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 (11 parameters, no output schema), the description adequately covers the return structure (diagnosis marks, search angles, queries) and the tool's role (preliminary, not final). However, it could have elaborated on how outputs are structured or provided examples of the diagnostics. Still, it is largely complete for a diagnostic tool.

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 description lists some key parameters (title, field, problem, solution, facts) corresponding to schema properties, adding context beyond their names. However, schema coverage is already high (91%), so the description adds limited additional meaning. Parameters like 'category', 'priorArt', 'claimCores', and 'disclosures' are not mentioned in the description, leaving some gaps.

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's purpose: pre-diagnosing patentability ('特許性を事前診断する') based on provided invention details. It specifies the output (IPC candidates, novelty loss, description requirements, etc.) and explicitly differentiates from siblings by noting it does not file applications ('代理出願はしない'), distinguishing it from tokkyo_draft. The verb 'diagnose' and resource 'patentability' are specific.

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 provides clear usage context: it is for pre-diagnosis and supports inventors/attorneys, not for final judgment ('最終判断は弁理士'). It states when not to use it (not a substitute for filing). However, it does not explicitly contrast with sibling tools tokkyo_check or tokkyo_draft, nor give detailed when-to-use vs. when-not-to-use scenarios.

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

tokkyo_checkCInspect

tokkyo.json を渡すと、新規性喪失(特許法30条)・記載要件(サポート/実施可能)・発明適格性・進歩性を、その場で決定論的に◯△✕判定する。bim.house の houki_check(建築基準法その場判定)の特許版。登録可否の法的確定ではない(最終は弁理士)。

ParametersJSON Schema
NameRequiredDescriptionDefault
factsNo
titleYes
todayNo
categoryNo
priorArtNo
claimCoresNo
disclosuresNo

TDQS

C2.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It states the tool is deterministic and not a final legal determination, which is useful. However, it does not clarify if the tool is read-only or has side effects, and lacks information on authorization or rate limits.

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

Conciseness3/5

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

The description is relatively short but mixes Japanese and English, reducing clarity. It front-loads the purpose but lacks structured formatting. Every sentence adds some value, but the mixed language hinders conciseness.

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

Completeness2/5

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

Given the complexity (7 parameters, no output schema) and lack of annotations, the description is incomplete. It does not explain the output format beyond ◯△✕, missing details on prerequisites, limitations, or how to interpret results. The disclaimer about legal finality is helpful but insufficient.

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

Parameters2/5

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

Schema description coverage is 0%. The tool description only mentions passing 'tokkyo.json' without explaining the seven parameters. The meaning of fields like facts, category, priorArt, etc., is left to the schema's minimal description, which is insufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the tool checks novelty loss, description requirements, patent eligibility, and inventive step, outputting deterministic ◯△✕ judgments. It distinguishes itself as the patent version of houki_check, but does not explicitly differentiate from sibling tools tokkyo_analyze and tokkyo_draft.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus siblings. The description mentions it's the patent version of houki_check but does not provide context for when tokkyo_check is preferred over tokkyo_analyze or tokkyo_draft.

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

tokkyo_draftCInspect

発明から、特許明細書一式の骨子(tokkyo.json正本+特許請求の範囲+明細書セクション+要約)を決定論生成して返す。bim.house の bim.json/商標まるの shohyo.json に相当。tokkyo_check も同梱。

ParametersJSON Schema
NameRequiredDescriptionDefault
ipcNo
factsNo
fieldNo
titleYes
todayNo
problemNo
categoryNo
priorArtNo
solutionNo
applicantNo
claimCoresNo
disclosuresNo

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral disclosure. It only states 'deterministically generate and return' and mentions tokkyo_check is included, but does not disclose any side effects, auth requirements, rate limits, or error behavior. The description is insufficient for an agent to understand implications.

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 concise (three sentences) and front-loaded with the core action. However, it lacks a structured breakdown and mixes output details with equivalence statements. Still, it is efficient and avoids verbose language.

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

Completeness2/5

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

With 12 parameters, no schema descriptions, no output schema, and no annotations, the description is incomplete. It fails to explain return structure, parameter constraints, or how inputs relate to the output. The agent lacks sufficient context to use the tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the 12 parameters (e.g., title, ipc, facts). The agent receives no guidance on parameter meaning or usage, making correct invocation difficult.

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 generates a patent specification skeleton from an invention, with specific output components (tokkyo.json, claims, description sections, abstract). It also references sibling tools to indicate similarity to other tools, establishing a clear identity.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives like tokkyo_analyze or tokkyo_check. It only mentions equivalence to other tools, leaving the agent to infer usage context.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedtokkyo_analyze
    • First observedtokkyo_check
    • First observedtokkyo_draft

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources