texttostl
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.
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.
Tool Definition Quality
Average 3.6/5 across 4 of 4 tools scored.
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.
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.
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.
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 toolsaboutAInspect
Free: describes this server's paid tools and pricing.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | cookie-cutter | |
| prompt | Yes | What to generate, e.g. 'dachshund', 'maple leaf' | |
| widthMm | No | ||
| heightMm | No | ||
| lengthMm | No | ||
| modelMode | No | cutter | |
| includeBase | No | ||
| includeDetail | No | ||
| wallThicknessMm | No |
Tool Definition Quality
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.
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.
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.
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.
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.
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_searchCInspect
Web search across multiple engines (Google, Bing, DuckDuckGo, Brave). Costs $0.01 (USDC, Base). Returns JSON results: title, url, snippet, engine.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It discloses a cost of $0.01 and specifies the return format (title, url, snippet, engine), which adds transparency. However, it omits details like rate limits, error behavior, or pagination, so it is only partially transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the primary purpose and includes useful details about cost and output. It is appropriately sized, though it could add parameter context without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool is simple, the description covers the purpose and output but lacks essential context about parameters and usage. The absence of an output schema means the return format is described, but input semantics are entirely missing, making it incomplete for effective tool invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not mention either parameter (query or limit). The description solely focuses on output, providing no semantic guidance for the input parameters beyond what the raw schema already shows (type/default). This is a significant gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it performs web searches across multiple named engines (Google, Bing, DuckDuckGo, Brave), giving a specific verb and resource. However, it does not explicitly differentiate from the sibling tool web_search_read, so it misses the full distinction for a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 like web_search_read. It mentions the cost, which implies it should be used judiciously, but no explicit when-to-use or when-not-to-use scenarios are provided.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | ||
| query | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.Last updated231MIT
- AlicenseAqualityAmaintenancePaid web research MCP tools for autonomous agents: search, page extraction, citations, and diff monitoring through a live x402 API. Unpaid calls return the Base USDC payment requirement so agents can pay and retry safely.Last updated41MIT

AfaAgent x402 API Suiteofficial
Flicense-qualityBmaintenance43 x402-enabled API tools — DeFi, wallet security, AI/ML, developer tools, SEO. Pay-per-call USDC on Base via x402 protocol.Last updated- -license-qualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.Last updated