Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIPRIS_API_KEY | Yes | Your KIPRIS Plus Open API key (obtain from https://plus.kipris.or.kr) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kipris_search_patents | 출원인명으로 한국 특허를 검색합니다. Args:
applicant_name: 출원인명 (필수, 예: '삼성전자', '카카오뱅크')
page: 페이지 번호 (기본값: 1)
page_size: 페이지당 결과 수 (기본값: 20, 최대: 100)
status: 상태 필터 ('A': 공개, 'R': 등록, 'J': 거절, None: 전체)
response_format: 응답 형식 ('markdown' 또는 'json') |
| kipris_get_patent_detail | 출원번호로 특허의 상세 정보를 조회합니다. Args:
application_number: 출원번호 (필수, 예: '1020200123456')
response_format: 응답 형식 ('markdown' 또는 'json') |
| kipris_get_citing_patents | 특정 특허를 인용한 후행 특허들을 조회합니다. Args:
application_number: 기준 특허의 출원번호 (필수)
response_format: 응답 형식 ('markdown' 또는 'json') |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |