Skip to main content
Glama

visualize_cluster_scatter

Generate a 2D scatter plot of document clusters using UMAP projection to visualize how documents are distributed across clusters in a two-dimensional space.

Instructions

Generate 2D scatter plot of document clusters using UMAP projection. Shows how documents are distributed across clusters in 2D space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algorithmYesClustering algorithm
output_pathYesPath to save the scatter plot image (PNG)
widthNoImage width in pixels (default: 1200)
heightNoImage height in pixels (default: 800)
n_neighborsNoUMAP n_neighbors parameter (default: 15)
min_distNoUMAP min_dist parameter (default: 0.1)
Behavior2/5

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

No annotations are provided, and the description only implies a read-only visualization. It does not disclose side effects (e.g., file creation), required permissions, or constraints like data size. The transformation using UMAP is mentioned but not elaborated.

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 that are front-loaded with the main action and outcome. No unnecessary words.

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

Completeness3/5

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

The tool has 6 parameters and no output schema. The description explains the purpose but omits what the tool returns (likely saves file to output_path). It also does not clarify differences from sibling visualization tools, leaving the agent to infer usage context.

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?

Input schema description coverage is 100%, so each parameter is already explained. The description adds context by mentioning UMAP, which helps understand n_neighbors and min_dist parameters, but does not significantly enhance the schema definitions.

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?

Clearly states the tool generates a 2D scatter plot of document clusters using UMAP projection. However, it does not differentiate from the sibling tool visualize_cluster_distribution, which may also visualize clusters but in a different manner.

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?

No guidance on when to use this tool versus alternatives like visualize_cluster_distribution or the clustering tools. The description does not mention prerequisites or typical use cases.

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

Install Server

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/MichaelTroelsen/tdz-c64-knowledge'

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