Skip to main content
Glama

Fountain Pen Ink MCP Server

by ewilderj

get_inks_by_maker

Retrieve a list of fountain pen inks from a specific manufacturer, with options to limit results, using the Fountain Pen Ink MCP Server.

Instructions

List all inks from a specific manufacturer

Input Schema

NameRequiredDescriptionDefault
makerYesManufacturer name (e.g., "sailor", "diamine")
max_resultsNoMaximum number of results to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "maker": { "description": "Manufacturer name (e.g., \"sailor\", \"diamine\")", "type": "string" }, "max_results": { "default": 50, "description": "Maximum number of results to return (default: 50)", "type": "number" } }, "required": [ "maker" ], "type": "object" }
Install Server

Other Tools from Fountain Pen Ink 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/ewilderj/inks-mcp'

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