Atinamos Agent Shop
Server Details
Machine-service catalogue, payment hand-off and free market discovery for autonomous AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsget_serviceAInspect
Get the machine-readable definition of one live Agent Shop service by catalogue slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Get' and 'definition' imply a read-only, non-executing operation, and the output schema covers return structure, but the description does not explicitly state that the service is not invoked or mention any authentication/error behavior.
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, information-dense sentence with no filler. The key facts—what is retrieved, for which service, and by what identifier—are front-loaded and directly useful for tool selection.
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 simple single-parameter read operation with an output schema, the description is nearly complete. It covers the tool's purpose, target resource, and parameter role; minor omissions are an explicit no-side-effect guarantee and guidance on discovering valid slugs, though sibling tools like list_services may cover that.
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?
With 0% schema description coverage, the description compensates by clarifying that the single parameter is the catalogue slug identifying the service. This adds meaning beyond the schema's bare 'Slug' string, though it does not specify slug format or how to obtain a valid slug.
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 states a specific verb ('Get'), a precise resource ('the machine-readable definition of one live Agent Shop service'), and the selection mechanism ('by catalogue slug'). It clearly distinguishes this tool from list_services (one vs. many) and invoke_service (definition vs. execution).
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 gives clear context for when to use the tool: when a caller needs the machine-readable definition of a single live service, identified by its catalogue slug. It does not explicitly name alternatives or state when not to use it, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
invoke_serviceBInspect
Prepare a paid invocation of one live Agent Shop service. Returns the exact x402 HTTP request and price; it does not execute the service or bypass payment.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| inputs | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It reveals two key behaviors: it prepares but does not execute, and it returns the exact request and price. This is valuable, but it omits other behavioral aspects like payment authentication, idempotency, or error conditions. Still, the disclosure is honest and material.
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?
Two sentences with no fluff. The core purpose and the critical non-execution constraint are front-loaded, and the rest is concise. It 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 description covers the immediate action and result, and an output schema exists, so return format is handled. However, it does not explain how to obtain a valid slug, what 'inputs' should contain, or any prerequisites for a paid invocation (e.g., authentication). These gaps make the tool hard to use correctly without external knowledge.
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 provides no explanation of 'slug' or 'inputs'. It doesn't clarify how to obtain a slug or what structure 'inputs' should take. The description adds no semantic value beyond the parameter names themselves, leaving the agent to guess.
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 purpose: 'Prepare a paid invocation of one live Agent Shop service' and clarifies it returns the x402 HTTP request and price without executing. This distinguishes it from sibling tools like get_service (view details) and list_services (enumerate), though it doesn't name them explicitly.
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 usage: it's for preparing an invocation, not executing it. It explicitly notes what it does NOT do ('does not execute the service or bypass payment'), which hints at a boundary, but it lacks explicit guidance on when to choose this over siblings or any prerequisites (e.g., need a slug from a prior search).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_servicesAInspect
List services currently available from the Atinamos Agent Shop.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. 'List services currently available' implies a read-only, filtered snapshot, which is a useful behavioral trait. However, it does not mention pagination, ordering, or whether authentication is required, leaving some room for ambiguity.
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 one concise sentence with no filler or redundant phrasing. Every word adds meaning: 'List', 'services', 'currently available', and 'Atinamos Agent Shop' all contribute to scoping the operation.
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 parameterless listing tool with an output schema, the description is nearly complete. It names the resource and scope, but it could be more complete by indicating how it relates to sibling tools like market_search, which likely overlaps in purpose.
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 description doesn't need to document any. The schema coverage is trivially 100%, and the baseline for no-parameter tools is 4.
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 is clear and specific: it uses the verb 'List' with the resource 'services' and a scope qualifier ('currently available from the Atinamos Agent Shop'). It distinguishes itself from get_service and invoke_service by implying a bulk, read-only listing operation, though it does not explicitly differentiate from market_search or market_service.
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 about when to use this tool instead of the siblings, such as get_service or market_search. The phrase 'currently available' hints at freshness, but no explicit context or exclusions are given, leaving the agent to infer when this is the right tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
market_searchAInspect
Search machine services observed by Atinamos harvesters across external discovery sources. Results are observational evidence, not an endorsement, trust score or guarantee of current availability.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It usefully discloses that results are observational evidence and not a guarantee of current availability or trustworthiness. It does not mention authentication needs, rate limits, failure behaviors, or whether results may be stale, but the caveat adds meaningful context beyond the basic purpose.
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, front-loaded sentence that immediately states the action and resource, then adds a valuable caveat. There is no filler or redundant repetition of the tool name.
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 two-parameter search tool with an output schema, the description covers the essential purpose and a key data-quality caveat. However, it lacks explicit guidance on choosing this tool over siblings and leaves parameter behavior largely implied, so the overall context is adequate but not fully complete.
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 for explaining query and limit semantics. It does not clarify how query is matched, what fields are searched, or how limit affects pagination. The terms are self-explanatory at a basic level, but the description adds no parameter-specific meaning beyond the schema.
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 identifies a specific verb and resource: search machine services observed by Atinamos harvesters. It distinguishes itself from likely siblings by emphasizing external discovery sources and observational evidence, making it clear this is a search tool rather than a retrieval, invocation, or listing tool.
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 the intended context: searching externally observed machine services rather than confirming availability or endorsing them. However, it does not explicitly state when to use this tool over list_services, get_service, invoke_service, or market_service, nor does it provide exclusions or alternative routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
market_serviceAInspect
Get one observed machine service from the live Atinamos market registry by its canonical Atinamos service ID.
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden for behavioral disclosure. It communicates that the operation is a read-only 'Get' from a 'live' registry, which is useful, but it does not mention error behavior, freshness guarantees, authentication, or what happens when the ID is not found.
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, front-loaded sentence with no filler. The only minor issue is redundancy: 'Atinamos' appears twice, and terms like 'observed' and 'live' may be jargon-heavy but are still informative.
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 simple one-parameter getter with an output schema, the description is mostly adequate. However, it does not clarify how this tool differs from 'get_service', and the terms 'observed machine service' are left undefined. The lack of annotations and alternative guidance creates a meaningful gap.
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 coverage is 0% and the schema only describes service_id as an integer. The description adds useful meaning by identifying it as the 'canonical Atinamos service ID', which is the key semantic needed to invoke the tool correctly. It could go slightly further by explaining what 'canonical' implies, but for a single parameter this is adequate.
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 states a specific action ('Get'), a specific resource ('one observed machine service'), and a lookup key ('canonical Atinamos service ID'). It clearly indicates a single-item retrieval rather than a list or search, though it does not explicitly differentiate itself from the sibling 'get_service'.
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 the appropriate use case: retrieve one service when you have its canonical Atinamos service ID. However, it gives no explicit guidance about when not to use this tool or how it compares to alternatives such as get_service or market_search.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
get_service - First observed
invoke_service - First observed
list_services - First observed
market_search - First observed
market_service
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The live Agent Shop tools (get_service, list_services, invoke_service) are clearly distinct, and the market tools (market_search, market_service) are also separated by search vs. direct lookup. There is mild potential confusion between get_service and market_service since both retrieve a single service, but their differing sources and identifiers make them distinguishable.
get_service, list_services, and invoke_service follow a clear verb_noun pattern. market_search and market_service break that pattern by using a domain noun plus an action/object, making the naming convention somewhat mixed but still readable and predictable within each subgroup.
Five tools is well-scoped for an Agent Shop that covers both catalogue access and market observation. Each tool serves a distinct purpose without redundancy or bloat.
The tool surface covers the core workflows: discovering services, retrieving definitions, preparing paid invocations, searching the market, and looking up market records. No obvious lifecycle operations are missing because this is a read-oriented shop interface rather than a management API.