Skip to main content
Glama

manage_fonts

Analyze, optimize, and get font recommendations for presentations. Specify font path, operation, and optional text or presentation type to refine results.

Instructions

Unified font management tool for analysis, optimization, and recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
font_pathYes
operationYes
output_pathNo
text_contentNo
presentation_typeNobusiness

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.6.0

TDQS

C2/5.0
Behavior2/5

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

Annotations provide no readOnly or destructive hints, so the description carries full responsibility for behavior. It mentions 'optimization' and 'recommendations' but does not disclose whether the tool modifies the font file, requires special permissions, produces new files, or has side effects. This is a significant gap for a tool that can apparently perform multiple kinds of operations.

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

Conciseness2/5

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

While the description is a single sentence and not bloated, its brevity comes from vague under-specification rather than precise efficiency. It omits critical operational detail while restating what the name already implies, so it does not earn its place.

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

Completeness1/5

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

This is a five-parameter tool with a required operation string, no enum values, and zero parameter documentation. The description does not give an agent enough context to form a valid invocation. Even though an output schema exists, the core input contract is undefined, making this definition incomplete for correct use.

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

Parameters1/5

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

Schema description coverage is 0% and none of the five parameters have descriptions or enums in the schema. The description does not explain what values operation accepts, whater font_path refers to, when output_path or text_content are needed, or what presentation_type does. With no param guidance anywhere, the tool is effectively uncallable bsased on the available definition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies fonts as the resource and mentions analysis, optimization, and recommendations, so it is not a tautology. However, 'unified font management' remains broad and does not specify which exact operations are available or how this tool differs from sibling tools like manage_text or apply_professional_design. It gives a general sense of purpose but lacks precise scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use manage_fonts versus alternative tools. No prerequisites, contexts, or exclusions are provided, and the description does not help an agent decide between this tool and nearby tools such as manage_text or apply_professional_design.

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

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/photonn/dial-pptx-mcp'

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