Skip to main content
Glama

get_permission_metadata

Retrieve permission type mappings for RBP security analysis in SuccessFactors, translating technical IDs to human-readable labels to clarify access control categories.

Instructions

Get the mapping of permission type labels for RBP security analysis.

This metadata helps understand what permission categories exist in the system, mapping technical IDs to human-readable labels.

Args: instance: The SuccessFactors instance/company ID data_center: SAP data center code (e.g., 'DC55', 'DC10', 'DC4') environment: Environment type ('preview', 'production', 'sales_demo') auth_user_id: SuccessFactors user ID for authentication (required) auth_password: SuccessFactors password for authentication (required) locale: Locale for labels (default: en-US)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceYes
data_centerYes
environmentYes
auth_user_idYes
auth_passwordYes
localeNoen-US

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states this is a 'Get' operation (implying read-only) but doesn't explicitly confirm it's non-destructive. It mentions authentication parameters are 'required' but doesn't describe error handling, rate limits, or what the output contains beyond 'mapping technical IDs to human-readable labels.' For a tool with authentication requirements, more behavioral context is needed.

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 well-structured and appropriately sized. The first paragraph states the purpose, the second adds context, and the 'Args:' section clearly documents parameters. While efficient, the 'Args:' formatting is slightly verbose compared to integrating parameter details into flowing text, but all content earns its place.

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?

Given the tool has an output schema (which handles return values), no annotations, and 6 parameters with 0% schema coverage, the description does well on parameters but lacks behavioral context. It covers authentication needs and the mapping purpose but doesn't address error cases, performance, or how this metadata integrates with RBP analysis. For a security-related tool with authentication, more completeness would be beneficial.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully compensate. It provides clear semantics for all 6 parameters: 'instance' (SuccessFactors instance/company ID), 'data_center' (SAP data center code with examples), 'environment' (environment type with examples), 'auth_user_id' (SuccessFactors user ID for authentication), 'auth_password' (SuccessFactors password for authentication), and 'locale' (locale for labels with default). This adds substantial value beyond the bare schema.

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 tool's purpose: 'Get the mapping of permission type labels for RBP security analysis.' It specifies the verb ('Get'), resource ('mapping of permission type labels'), and context ('for RBP security analysis'). This distinguishes it from sibling tools like 'get_user_permissions' or 'get_role_permissions' which focus on user/role-specific permissions rather than metadata mappings.

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?

The description provides no guidance on when to use this tool versus alternatives. It mentions the tool helps 'understand what permission categories exist in the system,' but doesn't specify scenarios where this metadata is needed (e.g., before analyzing permissions) or contrast it with related tools like 'get_rbp_roles' or 'get_role_permissions' that might provide overlapping or complementary data.

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/aiadiguru2025/sf-mcp'

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