Skip to main content
Glama
josemachado-vp

SF Assistant MCP Server

generate_workflow_workbook

Extract workflow notifications, messages, and definitions from SAP SuccessFactors into a populated workbook, preserving configuration settings. Ideal for documenting or migrating workflows.

Instructions

Generate a populated Workflow Notifications & Messages workbook from the live SF instance.

Populates: Workflows Tab, WF Processes, Dynamic Roles, Workflow Groups, Alert Messages, Message Definitions, Email Notification Templates.

Workflow Configuration Settings is preserved unchanged (manual — no OData API).

Returns: { file, sheets_populated, sheets_skipped, summary, warnings }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_centerNo
auth_user_idNo
auth_passwordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, description carries full burden. It discloses that data is from a live instance, lists populated items, and notes one setting is preserved. However, it lacks safety info (e.g., read-only vs mutation), authentication needs beyond parameters, or rate limits.

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?

Description is concise with clear purpose first, then bullet-like list of populated items, and return object. Every sentence adds value, though no parameter info slightly reduces efficiency.

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

Completeness3/5

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

Output schema exists and description matches return fields, but three parameters are completely undocumented. For a generation tool, parameter context is crucial; current level is adequate for output but insufficient for input.

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

Parameters1/5

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

Schema coverage is 0% and description provides no explanation for the three parameters (data_center, auth_user_id, auth_password). Description must compensate but fails to add any meaning beyond parameter names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool generates a workbook for Workflow Notifications & Messages from a live SF instance. Specifically lists populated sheets and distinguishes from sibling tools like generate_fo_workbook or generate_rules_workbook.

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

Usage Guidelines3/5

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

Description implicitly indicates use for workflow workbook generation but does not provide explicit when-to-use or when-not-to-use guidance relative to 50+ sibling tools. No exclusions or alternatives mentioned.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/josemachado-vp/MCP-SF'

If you have feedback or need assistance with the MCP directory API, please join our Discord server