Skip to main content
Glama

Wisely x402 Agent-Payment Infrastructure

get_playbook

Generic alias for start_here. Useful for agents and probes looking for an MCP server playbook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
typeNo
assetNo
inputNoPublic-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
itemsNo
queryNo
sinceNo
itemIdNo
acceptsNo
contentNoPublic-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
networkNo
audienceNoOptional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
payoutIdNo
platformNoOptional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
amountUsdNo
creatorIdNo
fromAssetNo
localPortNoOptional localhost port for the local commerce bridge MCP server. Defaults to 4027.
receiptIdNo
sellerUrlNoThird-party x402 paid resource URL to probe for HTTP 402 payment requirements.
serviceIdNo
sessionIdNoWallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
toAddressNo
sellerBodyNoPublic-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
contentTypeNo
fromAddressNo
fromNetworkNo
manifestUrlNo
paidActionsNo
endpointSlugNo
sellerMethodNoUse POST for paid APIs that need a public-safe body before returning 402.
payoutAddressNo
serverJsonUrlNo
idempotencyKeyNoStable retry key for paid invokes and wallet handoff sessions.
paymentPayloadNo
includeExamplesNoSet false to request a shorter playbook response.
fromTokenAddressNo
preferredNetworkNoPreferred payment network for wallet handoff, e.g. eip155:8453 or base.
defaultEntitlementNo
paymentRequirementNo
paymentRequirementsNo
returnSignedPaymentNoAlias for includeSignedPayment.
includeSignedPaymentNoFor x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / localPort
      Added value: +{
      +  "description": "Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.",
      +  "type": "number"
      +}
    • addedInput schema / properties / platform
      Added value: +{
      +  "description": "Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.",
      +  "type": "string"
      +}
  2. Changed8 schema fields changed
    • addedInput schema / properties / idempotencyKey
      Added value: +{
      +  "description": "Stable retry key for paid invokes and wallet handoff sessions.",
      +  "type": "string"
      +}
    • addedInput schema / properties / includeSignedPayment
      Added value: +{
      +  "description": "For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.",
      +  "type": "boolean"
      +}
    • addedInput schema / properties / input
      Added value: +{
      +  "description": "Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.",
      +  "type": "object"
      +}
    • addedInput schema / properties / paymentPayload
      Added value: +{
      +  "type": "object"
      +}
    • addedInput schema / properties / paymentRequirements
      Added value: +{
      +  "type": "object"
      +}
    • addedInput schema / properties / preferredNetwork
      Added value: +{
      +  "description": "Preferred payment network for wallet handoff, e.g. eip155:8453 or base.",
      +  "type": "string"
      +}
    • addedInput schema / properties / returnSignedPayment
      Added value: +{
      +  "description": "Alias for includeSignedPayment.",
      +  "type": "boolean"
      +}
    • addedInput schema / properties / sessionId
      Added value: +{
      +  "description": "Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.",
      +  "type": "string"
      +}
  3. Added

TDQS

C2.8/5.0
Behavior2/5

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

Annotations are empty, so the description carries the full burden of behavioral disclosure. It only states that the tool is a 'generic alias for start_here' and that it is 'useful for agents and probes looking for an MCP server playbook,' but it does not describe what the tool does, what it returns, whether it has side effects, or any constraints. This is minimal context but not misleading; it lacks substantive behavioral detail.

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 short sentences and is front-loaded with the core fact ('Generic alias for start_here' followed by the audience). Every sentence adds value: one defines the relationship and one states the intended use case. There is no filler or redundancy, making it appropriately concise for the information it conveys.

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

Completeness1/5

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

This tool has 43 parameters, no annotations, no output schema, and nested objects, yet the description provides almost no contextual guidance. It does not explain what an 'MCP server playbook' is, how an agent should choose parameters, what the response looks like, or how this relates to the many sibling playbook/instruction tools. The description is far too sparse for the tool's complexity, leaving agents to guess or rely on the schema alone.

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

Parameters1/5

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

The input schema has 43 parameters with only 33% description coverage, so the description must compensate by explaining parameter usage. The description mentions zero parameters and provides no parameter-level guidance. Saying it is an 'alias for start_here' may imply the same parameters exist, but it does not explain which of the 43 parameters are relevant or how to use them. This is a critical gap.

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?

The description clearly identifies the tool as a 'Generic alias for start_here' and states its use case: 'agents and probes looking for an MCP server playbook.' It names the primary sibling (start_here) and uses 'generic' to imply a broad-purpose alias, which distinguishes it from more specialized siblings like wisely_get_playbook or wisely_start_here. However, it does not explain what 'playbook' means or what the tool actually returns, so it is clear but not fully specific.

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 a usage context ('useful for agents and probes looking for an MCP server playbook') and identifies the canonical tool it aliases (start_here), giving some guidance on when to use it. However, it does not explicitly say when not to use it or how it compares to alternatives such as agent_instructions, readme, or wisely_get_playbook. The guidance is implied rather than explicit, so it meets the minimum viable bar but lacks exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.