JarvisClaw AI Gateway
Server Details
Unified AI API marketplace - LLMs, image, video, audio, MCP tools with x402 payments.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.5/5 across 9 of 9 tools scored.
Tools have distinct purposes: AIP intent management, chat, agent discovery, API marketplace. Some slight overlap between aip_resolve and list_models, but descriptions clarify.
Inconsistent naming patterns: aip_* prefix for some, standalone verbs or underscore-separated for others (chat, discover_agents, get_api_detail).
9 tools is reasonable for a gateway covering multiple functionalities (AIP, chat, agents, APIs). Slightly broad but not excessive.
Covers core actions for AIP and chat, but missing operations like cancel/status for AIP, register for agents, or publish for APIs. Moderate gaps.
Available Tools
9 toolsaip_estimate_costAInspect
Estimate the cost of an intent execution without actually running it. Useful for budget planning.
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | The intent type | |
| optimize_for | No | cost |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description indicates no side effects (dry run), but with no annotations, it lacks details on authentication, rate limits, or response structure.
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 concise, front-loaded sentences with no wasted words.
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?
Missing parameter details and output format; without output schema, the agent has incomplete information for a 2-parameter tool.
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 50% (only 'intent' described). The description does not add meaning for 'optimize_for' or clarify how parameters affect estimation.
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: estimating cost of intent execution without running it, distinguishing it from execution tools like aip_execute_with_budget.
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 mentions 'useful for budget planning' as a use case, but does not explicitly contrast with siblings or provide 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.
aip_execute_with_budgetAInspect
Execute an AI task with full budget control, risk assessment, and automatic settlement. This is the primary AIP action — it resolves the best provider, checks risk, pre-deducts funds, executes, and settles.
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | The intent type | |
| payload | Yes | The actual request payload (e.g. {model, messages} for chat, {prompt, size} for images) | |
| max_total_usd | No | Maximum budget for this request in USD (hard cap) | |
| preferred_payment | No | Payment method preference | auto |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses the full process: resolves provider, checks risk, pre-deducts funds, executes, settles. This is sufficient behavioral context for an agent to understand side effects, though it could mention potential failures.
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, no fluff. Front-loaded with verb and resource. Every sentence adds value.
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?
Complex tool with 4 parameters including nested payload and enums, no output schema. Description explains the process but omits return value format, error handling, or permission requirements. Adequate but incomplete.
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 100%, so baseline is 3. Description does not add new information about parameters (e.g., clarifying max_total_usd as hard cap or preferred_payment options). It stays at baseline.
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?
Description clearly states it executes an AI task with specific features (budget control, risk assessment, settlement) and identifies itself as the primary AIP action. However, it does not explicitly differentiate from siblings like aip_estimate_cost or aip_resolve, which would earn a 5.
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?
No guidance on when to use this tool versus alternatives (e.g., aip_estimate_cost for just estimation, aip_resolve for provider selection). The description lacks when-not-to-use scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
aip_list_intentsAInspect
List all supported AIP intent types with descriptions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description carries the full burden of behavioral disclosure. It only states the action is listing, but does not mention any side effects (none expected), return format, or performance characteristics. The agent learns nothing beyond the basic operation.
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 extremely concise with a single clear sentence. It is front-loaded with the verb and resource, contains no filler, and every word adds value.
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 tool is simple (no parameters, no output schema), so a minimal description can be adequate. However, the description does not explain what the output looks like (e.g., list of names and descriptions) or how it might be used in conjunction with sibling tools, leaving room for improvement.
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?
There are zero parameters, and the baseline is 4. The description adds no parameter info because none is needed, and the empty schema is fully covered. The description confirms the tool takes no arguments, which is sufficient.
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 action (list) and the resource (supported AIP intent types), with no ambiguity. It directly distinguishes from sibling tools like aip_estimate_cost or aip_execute_with_budget which have different purposes.
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 provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, context, or relationships to sibling tools, leaving the agent without explicit usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
aip_resolveAInspect
Discover which AI providers can handle your intent. Returns ranked matches with pricing. Intents: chat_completion, image_generation, video_generation, text_to_speech, web_search, knowledge_search.
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | The intent type (e.g. chat_completion, image_generation) | |
| features | No | Required features (e.g. streaming, function_calling, vision) | |
| optimize_for | No | Optimization preference: cost, quality, or latency | quality |
| max_price_usd | No | Maximum acceptable price per request in USD (optional filter) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. Description implies read-only discovery but does not explicitly state side effects, authentication needs, or other behavioral traits. Lacks important disclosure beyond 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?
Two sentences, front-loaded with purpose, no wasted words. Efficient and clear.
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?
With 4 params, 1 required, 100% schema coverage, and no output schema, description adequately explains return value (ranked matches with pricing). Could add more on optional parameters but sufficient for a discovery tool.
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 100%, baseline 3. Description adds the list of intents (already in schema enum) and mentions ranked matches with pricing. Does not elaborate on optional parameters like features or optimize_for.
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?
Clearly states the tool discovers AI providers for intents and returns ranked matches with pricing. Distinguishes from siblings like aip_estimate_cost and aip_execute_with_budget.
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?
Implied usage from description but no explicit when to use vs alternatives. Sibling tools exist but no guidance provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
chatBInspect
Send a chat completion request to any AI model. OpenAI-compatible format. Supports GPT, Claude, Gemini, DeepSeek, and more.
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ID (e.g. 'gpt-4o', 'claude-sonnet-4-6-20250514', 'gemini-2.0-flash'). Use 'auto' for smart routing. | |
| messages | Yes | Chat messages array. | |
| max_tokens | No | Maximum tokens to generate. Optional. | |
| temperature | No | Sampling temperature (0-2). Optional. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden for behavioral disclosure. It mentions OpenAI-compatible format and model support but omits critical traits like cost, rate limits, error handling, streaming support, or idempotency. Minimal beyond the obvious.
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 zero waste. Front-loaded with purpose and supported by format/model details. Every sentence 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?
Moderate complexity with 4 params and no output schema. Description covers basics but lacks information on return values, error responses, or streaming capability. Siblings are distinct, but tool could benefit from mentioning what the response contains.
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 covers 100% of parameters with descriptions. The description adds no additional parameter details beyond what's in the schema (e.g., 'auto' for smart routing already in schema). Baseline 3 is appropriate as schema already documents parameters adequately.
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?
Description clearly states the verb 'send' and resource 'chat completion request', specifying it supports multiple models (GPT, Claude, Gemini, DeepSeek) and is OpenAI-compatible. This distinguishes it from sibling tools like list_models or aip_* which serve different purposes.
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?
No explicit when-to-use or when-not-to-use guidance provided. While it's the only chat tool among siblings, the description does not clarify when to prefer this over alternatives like aip_resolve or how it differs from other APIM tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
discover_agentsAInspect
Discover other AI agents registered on JarvisClaw. Find agents by capability, category, or name. Returns their MCP URLs and API endpoints for direct interaction.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags to filter by. | |
| search | No | Search query (matches agent name and description). | |
| category | No | Filter by category. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries the burden. It discloses that it returns MCP URLs and API endpoints, but does not mention behavior like pagination, authentication, or rate limits. Adequate but not thorough.
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, no fluff. Front-loaded with key action and resource. Every sentence adds value.
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?
Given no output schema and simple parameters, the description is mostly complete. It could mention result order or limits, but for a discovery tool, it provides enough context to use effectively.
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 100%, and schema descriptions already define each parameter (tags, search, category). The description adds overarching context ('by capability, category, or name') but does not add substantial meaning beyond the schema. Baseline 3.
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?
Description clearly states the verb 'discover/find' and resource 'agents' on JarvisClaw. It specifies filtering by capability, category, or name, and mentions return values (MCP URLs, API endpoints). This distinguishes it from siblings like chat or list_models.
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?
No explicit guidance on when to use this tool vs siblings like search_apis or list_models. The description implies usage for discovering agents but does not provide context about alternatives or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_api_detailBInspect
Get detailed information about a specific user-published API, including endpoints and usage examples.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The API slug identifier. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, description carries full behavioral burden. It only mentions output contents but fails to disclose read-only nature, authorization needs, or performance characteristics.
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?
Single sentence, front-loaded with purpose, no unnecessary words. Efficient and clear.
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?
Given no output schema, description partially explains return format ('including endpoints and usage examples'), but lacks details on error handling, pagination, or other fields. Adequate but not comprehensive.
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 covers parameter fully (100%), and description adds that it's a 'specific user-published API', but parameter description is minimal. Does not elaborate on how slug is structured or how to obtain it.
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?
Description clearly identifies the tool as retrieving detailed information about a specific API, including endpoints and usage examples. It distinguishes from siblings like search_apis, but could be more explicit about differentiation.
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?
No guidance on when to use this tool versus alternatives. Does not mention prerequisites, limitations, or context such as needing a slug from a search.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_modelsAInspect
List all available AI models on JarvisClaw. Returns model IDs that can be used with the chat tool.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations; description only states it lists models and returns IDs. Does not disclose additional behavioral traits like caching or ordering, but sufficient for a simple read-only list.
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 concise sentences, front-loaded with main action. Every word adds value.
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?
Given simplicity (no params, no output schema), description fully specifies what the tool does and what it returns.
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?
No parameters; baseline of 4 applies per rubric. Description adds no parameter info, but schema coverage is 100%.
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?
Description states verb 'list', resource 'all available AI models', and specifies return value (model IDs for chat tool). Clearly distinguishes from siblings like chat and aip_* tools.
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?
Implied usage: use when needing model IDs for chat. No explicit exclusions, but tool is simple and context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_apisBInspect
Search user-published APIs in the JarvisClaw marketplace. Find tools and services other developers have published.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query (matches name and description). | |
| category | No | Filter by category: ai, defi, data, agent. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description omits important behavioral details like pagination, rate limits, result format, or ordering. It simply states the tool searches without deeper disclosure.
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 concise sentences with no superfluous information. The purpose is front-loaded, making it efficient for an agent to parse.
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?
Given no output schema and no annotations, the description is minimal but sufficient for a simple search with two parameters. However, it lacks details on return structure or edge cases, making it barely adequate.
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 100%, so parameters are well-documented in the schema. The description adds context like 'matches name and description' for query, which echoes the schema, providing minimal additional meaning.
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 action ('search') and the resource ('user-published APIs in the JarvisClaw marketplace'), distinguishing it from siblings like 'get_api_detail' which retrieves a specific API.
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?
No guidance is provided on when to use this tool versus alternatives such as 'get_api_detail' or 'discover_agents'. The description lacks explicit usage context or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!