Skip to main content
Glama
TylerIlunga

Procore MCP Server

Revoke Token

revoke_token
Destructive

Revoke an access token and its associated refresh token to disable authentication. Submit token, client ID, and client secret.

Instructions

Revoke authorization of an access token. The request must contain the body data as form-data. The authorization server responds with HTTP status code 200 if the token has been revoked successfully or if the client submitted an invalid token. Note that the Revoke Token endpoint revokes both the Access Token and Refresh Token. The client_secret param is only required for confidential applications. Public applications using the implicit OAuth flow do not need to provide this parameter to revok... Use this to revoke or disable the specified Authentication records. Executes the action and returns a confirmation. Repeated calls are safe. Required parameters: token, client_id, client_secret. Procore API: Platform - Developer Tools > Authentication. Endpoint: POST /oauth/revoke

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesJSON request body field — oAuth2 access token string to be revoked
client_idYesJSON request body field — oAuth application client ID from the Procore Developer Portal
client_secretYesJSON request body field — oAuth application client secret from the Procore Developer Portal
Behavior4/5

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

The description discloses behavior beyond annotations: it mentions that the server returns HTTP 200 for both successful revocation and invalid tokens, that it revokes both Access and Refresh Tokens, and that repeated calls are safe. Annotations already indicate destructiveHint=true, but description adds context.

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

Conciseness3/5

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

The description is somewhat redundant (e.g., 'Revoke authorization of an access token' and 'Use this to revoke or disable the specified Authentication records'). It could be more concise by avoiding repetition. However, it is still informative and front-loaded.

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 simplicity (3 parameters, no output schema, annotations present), the description covers key aspects: action, response behavior, token scope, and client_secret requirement. It could provide more details on potential error responses, but it is reasonably complete.

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 input schema has 100% description coverage, so the schema already explains each parameter. The description does not add additional parameter semantics beyond what the schema provides, resulting in a baseline score of 3.

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: 'Revoke authorization of an access token.' It specifies the verb (revoke) and resource (access token), and mentions the endpoint POST /oauth/revoke. The tool is distinct from siblings which are primarily CRUD operations for other resources.

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 usage context, such as requiring form-data body, noting that client_secret is only necessary for confidential applications, and stating that repeated calls are safe. It does not explicitly mention alternatives, but no other token revocation tool exists among siblings.

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/TylerIlunga/procore-mcp-server'

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