Skip to main content
Glama

mfds_extract_section

Read-only

Extract the section surrounding a keyword from a Korean MFDS regulatory notice, including source attachment name. Quickly locate targeted content within long documents.

Instructions

긴 지침서 본문에서 키워드 주변 섹션만 발췌(출처 첨부명 포함).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardYes
seqYes
keywordYes찾을 키워드. 예) "독성시험", "가용화제"
windowNo발췌 길이(문자).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description adds context like including source attachment name. However, it does not disclose details about behavior like truncation or error handling.

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?

Single sentence with key information (action, resource, source inclusion) is efficient and front-loaded, though extra parameter hints could help.

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?

Lacks explanation for required parameters board and seq, which are essential for identifying the document. With output schema present, the description should clarify these identifiers.

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 50% (keyword and window have descriptions), but the description does not add meaning for the undocumented required parameters board and seq. It only implies keyword usage.

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?

Description clearly states specific verb 'extract' and resource 'sections around keywords from long guideline text', and distinguishes from siblings like mfds_get_document (full document) and mfds_search_guidelines (search).

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

Usage Guidelines3/5

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

The description implies usage for extracting keyword-related sections, but does not explicitly state when to use this tool versus alternatives or provide any exclusions.

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

Install Server

Other Tools

Latest Blog Posts

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/bbiyakfather/mfds-mcp'

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