Skip to main content
Glama
vvmahesh0

paper-cdp-mcp

by vvmahesh0

get_font_family_info

Check font availability on a user's machine and Google Fonts, returning detailed weight and style information for any font family.

Instructions

Get information about whether a font family is available to the user and detailed information about all weights and styles in the family. This tool looks up fonts on the user's machine and Google Fonts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyNamesYesNames of the font families to look up.
Install Server

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It makes clear this is a read-only lookup and specifies the exact data sources: the user's machine and Google Fonts. It does not describe error behavior or return format, but those are minor for this simple lookup.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences deliver the core purpose, scope, and data sources with no wasted wording. The main outcome is front-loaded, and the supporting detail about lookup sources is placed efficiently in the second sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a simple one-parameter, side-effect-free lookup, and the description is nearly complete: it states what information is returned, where it is looked up, and what input is needed. The main omission is a detailed response shape, but there is no output schema and the domain is straightforward enough that the description is sufficient for tool selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and the single 'familyNames' parameter is already clearly documented as an array of font family names. The tool description adds no additional parameter nuance beyond what the schema provides, so the baseline score of 3 is appropriate.

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?

The description clearly states a specific action ('get information'), a specific resource (font family), and the outcomes: availability plus all weights and styles. It also adds the two lookup sources, local machine and Google Fonts, which distinguishes it from generic info-gathering siblings like get_basic_info or get_node_info.

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 the tool is useful when font family availability or weight/style details are needed, and it provides context about where fonts are searched. However, it does not explicitly state when to prefer this tool over alternatives, nor does it mention exclusions, prerequisites, or fallback behavior.

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

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/vvmahesh0/paper-cdp-mcp'

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