Get Grade Detail
get_gradePurpose: fetch one carbon black grade in full - the six ASTM parameters as min/max ranges with their test-methodstandards, application list, process route, brand owner for conductive grades, and for rCB types a gap analysisagainst the virgin N550 anchor on iodine / DBP / BET / ash / heating loss / sieve residue. Guidelines: use thesemantic id (rcb-grade-n550 / rcb-grade-xc72 / rcb-grade-rcb-general) or the grade name ('N550', 'Super P','rCB-General'); pair with query_grades to discover ids and get_grade_spec for specification detail. Limits: onegrade per call; ranges are compiled from public specifications and are not a supplier's guaranteed certificateof analysis; the gap analysis is relative to N550 only, not to every virgin grade. Ex:get_grade(id='rcb-grade-n550'), get_grade(name='Super P'), get_grade(name='rCB-General',response_format='json').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 语义化实体 ID,如 rcb-grade-n550 / rcb-grade-xc72 / rcb-grade-rcb-general | |
| name | No | 牌号名(与 id 二选一),如 'N550'、'N660'、'N330'、'Super P'、'rCB-General' | |
| language | No | 输出语言 | zh |
| response_format | No | 输出格式:markdown=人类阅读, json=Agent 处理友好 | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Human-readable result (markdown, or a JSON string when response_format=json). |