No-Shell Agent Architect MCP
Server Details
Turns vague automation requests into tool stacks, prompts, QA checks, and human boundaries.
- 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.1/5 across 7 of 7 tools scored. Lowest: 2.4/5.
Most tools are clearly distinct, but design_automation_stack and recommend_agent_tools both involve recommending tools and routes, which could cause confusion despite different descriptions.
All tool names follow a consistent verb_noun pattern in snake_case, such as build_*, audit_*, design_*, generate_*, recommend_*.
With 7 tools, the server is well-scoped for its domain of automation planning and architecture, covering key stages without being excessive.
The tool set covers the full lifecycle from intake (build_customer_intake) through design, recommendation, validation, contract creation, prompt generation, to audit (audit_automation_plan), with no obvious gaps.
Available Tools
7 toolsaudit_automation_planAudit Automation PlanAInspect
Score an existing automation plan for shell-risk, missing inputs, missing validation, missing tool route, and missing recovery path.
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Automation plan or prompt to audit. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It discloses what the tool evaluates (shell-risk, missing inputs, etc.), indicating it is an analysis tool. However, it does not mention side effects or output format, but given the context, behavioral transparency is good.
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, concise sentence that effectively communicates the tool's purpose. It is front-loaded with the key action and criteria, with no unnecessary 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?
For a tool with one parameter and no output schema, the description is adequate but lacks detail on what the output looks like (e.g., a score, report). While it lists the evaluation criteria, it does not explain how the result is returned, which could leave an agent guessing.
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 is one parameter 'plan' with a clear schema description. The tool description adds value by specifying the scoring criteria, enhancing understanding beyond the schema. Since schema coverage is 100%, baseline is 3, but the additional context justifies a 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 clearly states the tool's purpose: scoring an automation plan for specific criteria like shell-risk, missing inputs, etc. The verb 'score' and resource 'automation plan' are specific, and the listed aspects distinguish it from sibling tools that build or design automation components.
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 use when you have an existing automation plan to audit, but it does not explicitly state when to use this tool versus alternatives (e.g., sibling tools for building plans). No exclusions or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
build_customer_intakeBuild Customer IntakeBInspect
Generate a 10-minute intake questionnaire for a non-developer who wants one workflow automated.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for behavioral disclosure. It states the output is an intake questionnaire for a 10-minute process, but omits safety traits, side effects, authentication needs, or return format, significantly limiting transparency.
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, direct sentence with no wasted words. It is front-loaded with the core action and target audience. While concise, it could include slightly more detail without losing efficiency.
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 the tool's simplicity (1 parameter, no output schema, no annotations), the description is adequate but leaves gaps: it does not clarify how the questionnaire is delivered or if it saves data. For a low-complexity tool, this is minimally acceptable 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?
The schema has one undocumented parameter 'goal' (0% coverage). The description suggests 'goal' relates to the automation target, adding some meaning beyond the empty schema. However, it does not provide explicit format, constraints, or examples, so compensation is partial.
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 generates a 10-minute intake questionnaire for a non-developer targeting one workflow automation. It uses a specific verb and resource, but does not explicitly differentiate from sibling tools like 'audit_automation_plan' or 'build_m2m_package_contract'.
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 when a non-developer needs a single workflow automated, providing context on audience and scope. However, it lacks explicit guidance on when not to use this tool or alternatives, leaving the agent to infer appropriateness.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
build_m2m_package_contractBuild M2M Package ContractBInspect
Create a machine-readable package contract for agencies, SaaS builders, or other agents that want to integrate the No-Shell operating pack through MCP/API plus human-readable delivery artifacts.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Plain-language automation goal. | |
| risk | No | ||
| domain | No | Optional domain hint such as email_docs, ecommerce_data, knowledge_base, coding. | |
| language | No | ||
| userType | No | Non-developer, solo operator, small team, developer, agency, etc. | |
| buyerType | No | Agency, freelancer, SaaS builder, solo operator, internal ops team, etc. | |
| packageMode | No | mcp_api, starter_pack, agency_workbench, connector_pack, or a custom packaging mode. | |
| currentTools | No | Tools/plugins/MCPs already available to the user. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosing behavioral traits. It only says 'create' without indicating side effects, permissions needed, or whether the operation is reversible or destructive. Minimal transparency.
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 sentence starting with the verb 'Create', which is effective. It is concise but at the cost of omitting important details. Every word earns its place, but the description could be expanded without becoming verbose.
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 8 parameters, no output schema, and no annotations, the description is too brief. It does not explain the return format, the structure of the contract, or how each parameter affects the result. Incomplete for a complex 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 description coverage is 75%, so the baseline is 3. The description does not add any meaning beyond the schema; it does not explain parameter dependencies, defaults, or how they influence the output.
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 creates a machine-readable package contract for a specific audience (agencies, SaaS builders, agents), with a specific output (MCP/API plus human-readable artifacts). This distinguishes it from siblings like audit_automation_plan or build_customer_intake, 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?
The description does not provide any guidance on when to use this tool versus alternatives, nor does it mention prerequisites, exclusions, or recommended contexts. The agent is left without decision criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
build_validation_packBuild Validation PackCInspect
Return dry-run, QA, audit, and PASS criteria for one automation workflow.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| risk | No | ||
| domain | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description should carry the burden. It only states the tool returns criteria, but omits any behavioral traits like side effects, required permissions, or whether the operation is read-only.
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 sentence, which is concise but lacks structure. It front-loads the purpose but provides no breakdown of output or parameters.
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 low schema coverage, the description fails to specify what 'criteria' includes, how it is returned, or any usage limitations. It is incomplete for an agent 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 description coverage is 0% and the description does not explain any of the three parameters (goal, risk, domain). The required 'goal' parameter lacks meaning, and optional parameters are ignored.
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 returns dry-run, QA, audit, and PASS criteria for one automation workflow. It uses a specific verb and resource, distinguishing it from siblings like audit_automation_plan, though not explicitly contrasting.
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, no prerequisites or constraints mentioned. The description is purely functional without usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
design_automation_stackDesign Automation StackBInspect
Turn a vague automation request into a tool/MCP/plugin/skill stack, permissioned account route, workflow phases, validation pack, and live-action boundary.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Plain-language automation goal. | |
| risk | No | ||
| domain | No | Optional domain hint such as email_docs, ecommerce_data, knowledge_base, coding. | |
| language | No | ||
| userType | No | Non-developer, solo operator, small team, developer, agency, etc. | |
| currentTools | No | Tools/plugins/MCPs already available to the user. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It does not disclose any behavioral traits such as side effects, permissions, or whether the operation is read-only or destructive. The 'turn into' phrasing implies generation but lacks clarity.
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 efficiently communicates the core action and outputs 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?
Given six parameters and no output schema, the description is insufficient. It names outputs but does not explain how inputs influence the result or how to properly invoke the tool, leaving significant gaps.
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 67%, and the description adds no meaning beyond the schema. Parameters like 'risk', 'domain', 'language' are not explained, leaving the agent uncertain about their use.
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: transforming a vague automation request into a concrete stack of tools, permissions, workflows, and boundaries. It differentiates from siblings like 'build_validation_pack' or 'recommend_agent_tools' by focusing on the high-level design step.
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 its siblings. The description lacks context about prerequisites or situations where this tool is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_no_shell_promptGenerate No-Shell PromptCInspect
Create a copy-paste natural-language command that tells an agent how to execute the workflow without producing an empty shell.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Plain-language automation goal. | |
| risk | No | ||
| domain | No | Optional domain hint such as email_docs, ecommerce_data, knowledge_base, coding. | |
| language | No | ||
| userType | No | Non-developer, solo operator, small team, developer, agency, etc. | |
| currentTools | No | Tools/plugins/MCPs already available to the user. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It only mentions the output is a natural-language command and avoids empty shells, but it does not disclose any behavioral traits such as error handling, side effects, or safety considerations.
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 sentence, which is concise and front-loaded with the core purpose. However, it is perhaps too brief and could be expanded to include more context without losing conciseness.
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 the tool has 6 parameters, no output schema, and no annotations, the description is insufficiently complete. It does not explain the return format, the effect of optional parameters, or how the generated command is structured.
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 67% (4 of 6 parameters have descriptions). The tool description does not add any additional meaning beyond what is in the schema, so it fails to compensate for the two parameters (risk, language) that lack descriptions. A higher-coverage baseline would warrant a 3, but here it does not suffice.
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 creates a copy-paste natural-language command for executing a workflow without producing an empty shell. However, it does not differentiate this tool from its siblings, which also deal with automation workflows, and the phrase 'without producing an empty shell' is somewhat ambiguous.
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 its siblings (e.g., audit_automation_plan, build_customer_intake). No context about prerequisites or alternative tools is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_agent_toolsRecommend Agent ToolsBInspect
Recommend MCP servers, Codex plugins, skills, permissioned account routes, and live-action boundaries for a requested automation.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Plain-language automation goal. | |
| risk | No | ||
| domain | No | Optional domain hint such as email_docs, ecommerce_data, knowledge_base, coding. | |
| language | No | ||
| userType | No | Non-developer, solo operator, small team, developer, agency, etc. | |
| currentTools | No | Tools/plugins/MCPs already available to the user. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavioral traits. However, it only states what the tool recommends, without mentioning side effects, permissions, read-only status, or any constraints. The agent gets no insight into how the tool interacts with the system.
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 sentence that clearly communicates the tool's function without extraneous words. It is front-loaded with the verb and target, making it efficient for quick parsing.
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 the tool has 6 parameters (including enums and optional fields) and no output schema, the description is too sparse. It fails to explain expected output format, how parameters affect results, or any behavioral context, leaving the agent underinformed for a recommendation 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 description coverage is 67%, and the description adds no parameter-level information beyond the schema. While the schema is reasonably explicit for most parameters, the description does not elaborate on how parameters like risk or domain influence recommendations, offering no added value.
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: to recommend specific resources like MCP servers, plugins, skills, etc., for a requested automation. It uses a specific verb ('Recommend') and enumerates the types of recommendations, distinguishing it from sibling tools that audit, build, or design.
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 does not provide any guidance on when to use this tool versus its siblings. There is no mention of use cases, prerequisites, or exclusions, leaving the agent to infer usage context from the tool name alone.
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!