Skip to main content
Glama

Server Details

x402-paid tools: text to 3D-printable STL, web search, and search+read. USDC on Base.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.6/5 across 4 of 4 tools scored.

Server CoherenceC
Disambiguation3/5

The tools are mostly distinct, but web_search and web_search_read overlap significantly as one returns snippets and the other full text. 'about' is informational and unrelated to the core STL generation.

Naming Consistency3/5

The naming pattern is mixed: 'about' is an outlier with a single word, while the others follow a verb_noun or noun_verb pattern. 'generate_stl', 'web_search', and 'web_search_read' are consistent among themselves.

Tool Count3/5

Four tools is a reasonable number, but the server mixes two disparate functionalities (STL generation and web search) with no management tools. The count feels slightly thin for the implied scope.

Completeness2/5

The core domain of generating STL from text only has one tool, lacking any CRUD operations or management capabilities. The web search tools are unrelated and do not fill the gaps.

Available Tools

4 tools
aboutAInspect

Free: describes this server's paid tools and pricing.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the full burden. It transparently indicates a read-only, informational operation via the verb 'describes' and notes that it is 'Free' (no cost). It does not mention side effects, which are unlikely for an informational tool, so this is adequate.

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?

The description is a single, concise sentence that fully conveys the tool's purpose without unnecessary words. It front-loads the key information ('Free') and then defines the scope.

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

Completeness5/5

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

Given the simplicity of the tool (no parameters, no output schema), the description is complete. It tells the agent what the tool does and what it returns (a description of paid tools and pricing), which is sufficient for invocation.

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

Parameters4/5

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

The tool has zero parameters, so the baseline per instructions is 4. The description adds no parameter-specific information, but none is needed.

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 the tool's function: 'describes this server's paid tools and pricing.' It uses a specific verb ('describes') and resource ('this server's paid tools and pricing'), making it distinct from siblings like generate_stl or web_search.

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

Usage Guidelines4/5

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

The tool's context is clear: it provides information about paid tools and pricing. There are no explicit exclusions or alternatives mentioned, but the purpose implies when to use it (when such information is needed). The 'Free:' prefix adds context about cost but does not explicitly contrast with alternatives.

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

generate_stlAInspect

Generate a 3D-printable STL from a text prompt: cookie cutter, stamp, or jewelry. Costs $0.15 (USDC, Base). Returns STL file as a base64 resource plus JSON metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNocookie-cutter
promptYesWhat to generate, e.g. 'dachshund', 'maple leaf'
widthMmNo
heightMmNo
lengthMmNo
modelModeNocutter
includeBaseNo
includeDetailNo
wallThicknessMmNo
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses cost ($0.15 USDC on Base) and return format (base64 resource + JSON metadata), which is valuable. However, it doesn't mention prerequisites (e.g., payment setup), error behavior, or potential side effects, leaving gaps for a paid generation tool.

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?

The description is three short, focused sentences: what it does, what it costs, and what it returns. Every sentence provides essential information with no redundancy or filler.

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?

For a tool with 9 parameters, no output schema, and no annotations, the description is too sparse. It covers the core purpose and output but lacks details on parameter usage, unit constraints, error handling, and payment prerequisites, which are critical for an AI agent to invoke it correctly.

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 11% (only 'prompt' has a description), so the description must compensate for the other 8 parameters. It does not explain widthMm, heightMm, modelMode, includeBase, etc., and the mention of 'stamp' contradicts the enum which only includes 'cookie-cutter' and 'jewelry'. This is misleading and lacks necessary parameter context.

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 the tool generates a 3D-printable STL from a text prompt, naming specific output categories (cookie cutter, stamp, jewelry). This specific verb+resource combination distinguishes it from the unrelated sibling tools (about, web_search, web_search_read).

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

Usage Guidelines4/5

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

The description provides clear context: use when you need a 3D-printable STL generated from a text prompt, and it mentions cost and output format. It doesn't explicitly state exclusions or alternatives, but the sibling tools are clearly unrelated, so the usage context is sufficient.

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

web_search_readAInspect

Web search plus the full plain-text content of the top results in one call. Costs $0.02 (USDC, Base). Returns JSON: url, title, text per page.

ParametersJSON Schema
NameRequiredDescriptionDefault
pagesNo
queryYes
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses the cost ($0.02 USDC, Base) and the return JSON shape, which are useful behavioral details. However, it does not mention potential failures, rate limits, or behavior when pages cannot be fetched, leaving some gaps.

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?

The description is two concise sentences, front-loads the core function, and provides essential cost and output details without unnecessary filler. Every sentence earns its place.

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 is simple (2 params, no output schema), and the description provides the return format and cost. However, it omits the semantics of the 'pages' parameter and does not explicitly guide when to use this tool versus web_search, making it slightly incomplete for fully informed use.

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 0%, so the description must compensate but does not. The 'query' parameter is obvious from 'Web search', but 'pages' is not explicitly explained; the phrase 'per page' only hints at its meaning. The schema's default/min/max for pages are not reflected in the description.

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 uses a specific verb phrase: 'Web search plus the full plain-text content of the top results in one call.' It clearly distinguishes itself from the sibling web_search tool by adding the full-content retrieval capability, making its purpose unambiguous.

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 use when full page text is needed ('full plain-text content of the top results in one call') but does not explicitly state when to use this tool over web_search or mention exclusions. Sibling differentiation is present but not formalized as guidance.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources