Skip to main content
Glama
Shreesha4994

SAP BTP Cloud Foundry MCP Server

by Shreesha4994

cf_push

Deploy an application to SAP BTP Cloud Foundry. Specify app name, path, memory, disk, instances, and manifest options.

Instructions

Deploy (push) an application to Cloud Foundry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diskNoDisk quota (e.g., 512M, 1G) (optional)
pathNoPath to application directory or archive
memoryNoMemory limit (e.g., 512M, 1G) (optional)
appNameYesName of the application
noStartNoDo not start application after pushing (optional)
manifestNoPath to manifest file (optional)
buildpackNoBuildpack to use (optional)
instancesNoNumber of instances (optional)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are supplied, so the description carries full behavioral burden. It says 'deploy (push)' but omits side effects, required targeting/auth, whether it creates or updates an app, whether it starts the app by default, or what happens on failure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no wasted words. It is concise and clear, though its brevity leaves no room for supporting usage or behavioral context.

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

Completeness2/5

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

For an eight-parameter deployment tool with no annotations and no output schema, the description is far too thin. It lacks usage context, prerequisites, side-effect disclosure, and any distinction from related deployment siblings.

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

Parameters3/5

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

Schema description coverage is 100%, so all eight parameters are already documented in the input schema. The description adds no parameter meaning beyond what is in the schema, which is the expected baseline when schema coverage is complete.

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?

States a specific verb ('Deploy (push)') and resource ('an application to Cloud Foundry'), so the core action is immediately clear. It does not differentiate from siblings such as cf_deploy_workflow, cf_start, or cf_restart, but the purpose itself is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use, when-not-to-use, or prerequisite guidance is provided. The description does not mention targeting, authentication, or how this differs from alternative deployment or lifecycle tools like cf_deploy_workflow or cf_start.

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