Skip to main content
Glama

Fountain Pen Ink MCP Server

by ewilderj

search_inks_by_name

Find fountain pen inks by name using fuzzy matching. Enter a search term to retrieve results, with options to limit the maximum number of matches returned.

Instructions

Search for fountain pen inks by name using fuzzy matching

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of results to return (default: 20)
queryYesSearch term for ink name

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 20, "description": "Maximum number of results to return (default: 20)", "type": "number" }, "query": { "description": "Search term for ink name", "type": "string" } }, "required": [ "query" ], "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