Skip to main content
Glama
prismeai

Prisme.ai MCP Plugin

Official
by prismeai

ai_knowledge_project

Create, retrieve, update, or delete AI Knowledge projects. List accessible projects, manage tools, datasources, and AI configuration.

Instructions

Legacy AI Knowledge API: project/agent management. For new agents, use Agent Factory /v1/agents APIs.

Methods requiring project apiKey (existing project):

  • get: Get a project by ID

  • update: Update project configuration

  • delete: Delete a project

  • tools: Get available tools for a project

  • datasources: Get available datasources for a project

Methods using user's Bearer token (no apiKey needed):

  • list: List accessible projects

  • create: Create a new project (returns new project with apiKey)

  • categories: List project categories

For methods using Bearer token, use workspaceName/environment to resolve credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aiNoAI configuration
idNoProject ID
allNoReturn all categories
nameNoProject name
pageNoPage number
ownedNoOnly return owned projects
apiKeyNoLegacy AI Knowledge project API key (required for: get, update, delete, tools, datasources)
methodYesProject operation to perform
publicNoOnly return public projects
searchNoSearch by name/description
perPageNoResults per page
categoryNoFilter by category
withToolsNoInclude tools in response
descriptionNoProject description
environmentNoOptional environment name (from PRISME_ENVIRONMENTS) to use specific API URL
workspaceNameNoWorkspace name for Bearer token auth (required for: list, create, categories)
withDatasourcesNoInclude datasources in response
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains auth requirements and legacy status but does not disclose potential side effects (e.g., deletion irreversibility, update impacts), rate limits, or error conditions. For a tool with multiple methods and parameters, more behavioral context would be beneficial.

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 with clear sections for legacy context, auth methods, and method lists. It is front-loaded with the key message. While it is relatively long, it earns its length by providing necessary differentiation. Minor redundancy could be trimmed, but overall it is concise.

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 complexity (17 params, multiple methods, two auth modes), the description covers auth and method groupings well. However, it lacks details on return values (no output schema), error handling, and specific behavioral outcomes for each method. The 'create' method mentions returning an apiKey, but other methods are less described. Some gaps remain.

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

Parameters4/5

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

All 17 parameters have schema descriptions (100% coverage). The description adds significant value by grouping parameters by auth method (apiKey vs Bearer token) and listing which params are required for each method. It clarifies the method enum and explains the ai nested object. This goes beyond the schema alone.

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

Purpose4/5

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

The description clearly states the tool is for 'Legacy AI Knowledge API: project/agent management' and lists the supported methods. It distinguishes itself from the newer Agent Factory APIs. While the name and sibling tools like ai_knowledge_completion and ai_knowledge_document suggest the domain, the description could more explicitly contrast with these sibling tools, but overall purpose is clear.

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 explicitly separates methods requiring apiKey from those using Bearer token, and specifies when workspaceName is needed. It advises against using this legacy API for new agents, directing to Agent Factory. It does not directly compare with sibling tools, but the operational context (project management vs. completions/documents) is implicitly clear.

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/prismeai/prismeai-mcp-debug'

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