forked from kimhyungsik/ax_hub_mcp_tool
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: pct_notice_recent
|
||||
display_name: 최신 공지 조회
|
||||
version: 1.0.0
|
||||
category_key: pct
|
||||
description: {function: 모의 최신 공지를 조회합니다., when_to_use: 최신 공지 확인이 필요할 때 사용합니다., when_not_to_use: 공지 변경에는 사용하지 않습니다., io_limits: 모의 조회 데이터만 반환합니다.}
|
||||
display_description: 최신 공지를 조회합니다.
|
||||
example_queries: ["최신 공지를 보여줘", "오늘 공지가 있나요?", "최근 시스템 공지를 알려줘"]
|
||||
read_only: true
|
||||
destructive: false
|
||||
idempotent: true
|
||||
parameters_schema: {type: object, properties: {category: {type: string, description: 조회할 공지 분류, pattern: "^[a-zA-Z0-9가-힣_\\s-]{2,30}$"}}, additionalProperties: false}
|
||||
tags: [pct, 공지, 조회, mock]
|
||||
required_env_keys: []
|
||||
owner_org: MCP_TOOL
|
||||
Reference in New Issue
Block a user