get_ink_details
Retrieve detailed information about a specific fountain pen ink using its unique identifier, enabling users to access color properties and usage details through the Fountain Pen Ink MCP Server.
Instructions
Get complete information about a specific ink
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ink_id | Yes | The unique identifier for the ink |
Input Schema (JSON Schema)
{
"properties": {
"ink_id": {
"description": "The unique identifier for the ink",
"type": "string"
}
},
"required": [
"ink_id"
],
"type": "object"
}