Skip to main content
Glama

YouCam for Beauty & Personal Care

Ai Face Attributes And Ratio Analyzer

AI-Face-Attributes-and-Ratio-Analyzer
Read-only

The AI Face Attributes & Ratio Analyzer examines face structure, identifying features like face, eye, eyebrow, lip, nose, cheekbone shapes, designed to provide personalized recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pollingNoIf true (default), keep polling until the task finishes, returning the final result. If false, return immediately without waiting for the task to finish.
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=true, so the description does not need to restate safety. It adds minimal behavioral context by mentioning it 'examines' and 'identifies' features, which aligns with the read-only hint. No contradictions exist, but the description does not disclose polling behavior or how the strictness level affects results beyond what the schema already covers.

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

Conciseness3/5

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

The description is a single sentence without excessive length, but it includes the filler phrase 'designed to provide personalized recommendations' that does not add concrete operational meaning. It is acceptable but not tightly structured around the most decision-relevant details.

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

Completeness2/5

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

This is a complex tool with a large feature enum, two mutually exclusive input modes, a polling parameter, and a configurable strictness level. The description provides only a high-level summary and fails to mention critical invocation details such as how to provide an image (URL or file ID), what the polling parameter does, or how face_angle_strictness_level affects output. The output schema helps, but the description alone is insufficient for complete context.

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

Parameters2/5

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

Schema description coverage is only 50% because the top-level 'request' parameter lacks a description, and the tool description does not compensate by explaining the request structure or the two input modes (src_file_url vs src_file_id). While the nested schema has rich descriptions for features and face_angle_strictness_level, the overall parameter semantics are not clarified by the description itself.

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

Purpose4/5

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

The description clearly states that the tool 'examines face structure' and identifies specific features like face, eye, eyebrow, lip, nose, and cheekbone shapes, which is a specific verb+resource pair. It is distinguishable from sibling tools like AI-Skin-Analysis or virtual try-on tools by focusing on structural attributes and ratios, though it does not explicitly name an alternative.

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 on when to use this tool versus alternatives such as AI-Facial-Color-Tones-Analyzer or AI-Skin-Analysis. The phrase 'designed to provide personalized recommendations' implies a use case but does not specify prerequisites, exclusions, or comparison with related tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources