Skip to main content
Glama
agentbodegastore

AgentBodega MCP

Official

Generate AgentBodega Call Snippet

agentbodega_call_snippet

Generate curl and JavaScript snippets for an HTTP request to an AgentBodega endpoint, including example JSON body, X-PAYMENT placeholder, and x402 verification notes.

Instructions

Use this after selecting an endpoint to prepare an HTTP request an agent or user can run outside MCP. It returns curl and JavaScript snippets with the example JSON body, an X-PAYMENT placeholder, and x402 verification notes. It does not fetch a live 402 challenge, spend funds, or execute the paid call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYesEndpoint identifier from search_catalog or get_endpoint. Accepts the endpoint key, title, API path, or full AgentBodega URL.
Behavior5/5

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

With no annotations, the description fully discloses what the tool returns (curl/JavaScript snippets with JSON body, X-PAYMENT placeholder, x402 notes) and what it does not do (no live challenge, no execution). No contradictions.

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 concise sentences front-load the purpose and context. Every sentence adds value without redundancy.

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 simple single-parameter tool with full schema description and no output schema, the description adequately explains output and limitations. No missing information.

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?

The single parameter 'endpoint' is well-described in the input schema (accepts various formats). The description adds no extra meaning beyond the schema, and schema coverage is 100%, so baseline 3 is appropriate.

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 it generates curl and JavaScript snippets for preparing an HTTP request after selecting an endpoint. It distinguishes itself from sibling tools like search_catalog, get_endpoint, and payment_guide by focusing on snippet generation.

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

Usage Guidelines5/5

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

Explicitly says to use after selecting an endpoint and lists exclusions: does not fetch live 402 challenge, spend funds, or execute the paid call. Provides clear when-to-use and when-not-to-use guidance.

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/agentbodegastore/agentbodega'

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