search-sap-services
Find SAP services by keyword or category to access and interact with OData services from SAP S/4HANA or ECC systems for data operations.
Instructions
Find SAP services by keyword/category.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Service category filter | |
limit | No | Maximum number of services to return | |
query | No | Search term to filter services (name, title, description) |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Service category filter",
"enum": [
"business-partner",
"sales",
"finance",
"procurement",
"hr",
"logistics",
"all"
],
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of services to return",
"maximum": 20,
"minimum": 1,
"type": "number"
},
"query": {
"description": "Search term to filter services (name, title, description)",
"type": "string"
}
},
"type": "object"
}