We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taurgis/sfcc-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SuggestedPhrase.md•1.15 KiB
## Package: dw.suggest
# Class SuggestedPhrase
## Inheritance Hierarchy
- Object
- dw.suggest.SuggestedPhrase
## Description
This class represents a suggested phrase. Use getPhrase() method to get access to the phrase.
## Properties
### exactMatch
**Type:** boolean (Read Only)
This method returns a flag signaling whether this phrase is a exact match.
### phrase
**Type:** String (Read Only)
This method returns the actual phrase as a string value.
## Constructor Summary
## Method Summary
### getPhrase
**Signature:** `getPhrase() : String`
This method returns the actual phrase as a string value.
### isExactMatch
**Signature:** `isExactMatch() : boolean`
This method returns a flag signaling whether this phrase is a exact match.
## Method Detail
## Method Details
### getPhrase
**Signature:** `getPhrase() : String`
**Description:** This method returns the actual phrase as a string value.
**Returns:**
the phrase
---
### isExactMatch
**Signature:** `isExactMatch() : boolean`
**Description:** This method returns a flag signaling whether this phrase is a exact match.
**Returns:**
true if this phrase is a exact match, false otherwise
---