Skip to main content
Glama
josemachado-vp

SF Assistant MCP Server

query_odata

Execute flexible OData queries on SAP SuccessFactors entities with filtering, field selection, pagination, and sorting.

Instructions

Execute a flexible OData query against any SAP SuccessFactors entity.

Supports filtering, field selection, navigation expansion, pagination, and sorting.

Examples:

  • Active employees: entity='EmpEmployment', filter="endDate eq datetime'9999-12-31T00:00:00'"

  • Company details: entity='FOCompany', select='externalCode,name,country'

  • Job info with company: entity='EmpJob', expand='companyNav', top=5

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMax records to return (1-1000)
skipNo
entityYesOData entity name (e.g., 'EmpJob', 'User', 'FOCompany')
expandNo
filterNo
selectNo
orderbyNo
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?

No annotations are provided, so the description carries the full burden. It correctly states supported features but does not disclose potential side effects, rate limits, authentication requirements (though auth params are in schema), error behavior, or performance implications. The description is positive but lacks behavioral caveats.

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

Conciseness5/5

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

The description is concise and well-structured: a clear opening sentence, a bullet list of capabilities, and concrete examples. Every sentence adds value with no redundancy.

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

Completeness4/5

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

Given the tool's complexity (10 parameters, no annotations, known output schema), the description covers the main OData query capabilities. However, it does not explain authentication parameter usage or return format beyond what output schema might provide. Overall, it is fairly complete but could mention error handling or limitations.

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?

The schema has 10 parameters but only 20% have descriptions (entity alone). The description adds value through examples (e.g., filter, select, expand, top) but does not explain all parameters individually. For a tool with many parameters, more detailed explanation of each parameter's purpose and syntax would improve usability.

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?

The description clearly states the purpose: 'Execute a flexible OData query against any SAP SuccessFactors entity.' It uses a specific verb (execute) and resource (OData query against entities), and the examples demonstrate distinct capabilities not offered by sibling tools like list_entities or search_employees.

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

Usage Guidelines4/5

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

The description provides examples and lists supported features (filtering, selection, expansion, pagination, sorting), which implicitly guide usage. However, it lacks explicit guidance on when to use this tool versus alternative tools (e.g., get_employee_profile for employee details) and does not indicate when not to use it.

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