Skip to main content
Glama
requestbin

RequestBin MCP Server

Official
by requestbin

create_bin

Create a new webhook bin to capture HTTP requests. Returns a URL you can use as a webhook endpoint.

Instructions

Create a new webhook bin to capture HTTP requests. Returns the bin URL you can use as a webhook endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the bin (e.g. "Stripe Webhooks", "GitHub Events")
serverIdYesServer ID to create the bin on. Use list_servers to find available servers.
noteNoOptional note/description for the bin
Behavior3/5

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

No annotations are provided, so the description carries the full burden for behavioral context. It discloses that the tool creates a bin and returns a URL, but does not mention persistence, rate limits, or any side effects. This is adequate but minimal.

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 consists of two clear, front-loaded sentences with no unnecessary words. Every sentence adds value, making it highly concise and well-structured.

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

Completeness4/5

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

Given the tool's simplicity and lack of output schema, the description is reasonably complete. It explains the core action and return value. Minor gaps exist (e.g., whether the bin starts capturing immediately), but these are not critical for a creation tool.

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?

All three parameters are fully described in the input schema (100% coverage). The description adds no additional meaning beyond what the schema provides, so a baseline score of 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 explicitly states the tool creates a new webhook bin to capture HTTP requests and returns the bin URL. This is a specific verb+resource combination that clearly distinguishes it from sibling tools like list_bins or delete_bin.

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 provides implied usage context (to capture HTTP requests) but does not explicitly state when to use this tool versus alternatives like create_mock_endpoint. No exclusions or when-not-to-use guidance is given.

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/requestbin/mcp-server'

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