Skip to main content
Glama

KPIC MCP Server

by antegral

get_drug_detail_by_id

Retrieve comprehensive drug details including ingredients, usage instructions, precautions, and storage information using a specific drug code from the Korea Pharmaceutical Information Center database.

Instructions

약학정보원의 의약품 코드로 의약품의 상세정보를 가져옵니다. search_drugs_by_name()로 조회한 정보가 부족할 때 사용할 수 있습니다.

Input Schema

NameRequiredDescriptionDefault
drugcodeYessearch_drugs_by_name()의 결과 값에 기재된 의약품의 drug_code 값

Input Schema (JSON Schema)

{ "properties": { "drugcode": { "description": "search_drugs_by_name()의 결과 값에 기재된 의약품의 drug_code 값", "type": "string" } }, "required": [ "drugcode" ], "type": "object" }

Other Tools from KPIC MCP Server

Related Tools

    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/antegral/kpic-mcp'

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