[Proposal] Service Economics / Agent Service Manifest (ASM) #718
Replies: 1 comment 1 reply
-
|
I am interested in the economics angle mostly because pricing and quotas often become de facto safety controls whether we want them to or not.\n\nA lot of risky behavior in agent systems is mediated by service economics:\n- expensive tools get over-reused from stale context instead of revalidated\n- low-friction tools get over-called because there is no meaningful checkpoint\n- rate limits and spend caps become approval boundaries in disguise\n\nSo an Agent Service Manifest feels most useful if it is not only about cost discovery, but also about making the operational constraints explicit enough that clients can reason about them before the call. In practice, cost, rate, approval, and risk tend to travel together. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Your Idea
Summary
Agent Service Manifest (ASM) is an open protocol that gives AI agents
structured, machine-readable data to evaluate, compare, and automatically
select AI services — covering pricing, quality, SLA, and payment.
ASM is the missing layer between MCP (what a tool can do) and AP2 (how to pay).
Problem
When an agent faces multiple MCP-connected services that can fulfill the same
task, it has zero structured data to choose between them. No matter how smart
the model, unstructured pricing pages are uncomputable.
Proposed Solution
A lightweight JSON manifest (only 3 required fields) that services publish
alongside their MCP tool definitions, describing:
self_reportedtransparency flagMCP Integration Path
We propose adding an optional
x-asmfield to MCPToolAnnotations:This is fully backward-compatible — agents that don't understand
x-asmsimply ignore it.Resources
sep/sep-asm-service-value.mdDiscussion Questions
Looking forward to the community's feedback!
Scope
Beta Was this translation helpful? Give feedback.
All reactions